home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
grafika
/
fraktaly
/
frasr192
/
frachelp.mak
< prev
next >
Wrap
Text File
|
1994-04-09
|
402b
|
16 lines
# Next is a pseudo-target for nmake/nmk. It just generates harmless
# warnings with make.
all : hc.exe fractint.hlp
# commented out remake of hc.c since it hasn't changed for many moons.
hc.obj : hc.c helpcom.h
$(CC) /AL /W1 /FPi /c $(OptT) hc.c
hc.exe : hc.obj
$(LINKER) /ST:4096 /CP:1 /EXEPACK hc;
fractint.hlp : help.src help2.src help3.src help4.src help5.src hc.exe
hc /c