home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
FASTFILE
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1996-08-28
|
484b
|
16 lines
all: debug
debug : debug.mak
retail : retail.mak
clean : clean.mak
debug.mak retail.mak clean.mak:
@echo ******************************
@echo *** Building fastfile.lib ***
@echo ******************************
@nmake /nologo /f fastfile.vc $(@B)
@echo ************************************
@echo *** Building ffcreate.exe ***
@echo ************************************
@nmake /nologo /f ffcreate.vc $(@B)