home *** CD-ROM | disk | FTP | other *** search
/ Fractal Creations (Second Edition) / FRACTALS_2E.iso / frasrc.exe / FRACHELP.MAK < prev    next >
Text File  |  1992-11-17  |  332b  |  16 lines

  1.  
  2. # Next is a pseudo-target for nmake/nmk.  It just generates harmless
  3. # warnings with make.
  4.  
  5. all : hc.exe fractint.hlp
  6.  
  7. hc.obj : hc.c helpcom.h
  8.     $(CC) /AL /W1 /FPi /c $(OptT) hc.c
  9.  
  10. hc.exe : hc.obj
  11.     $(LINKER) /ST:4096 /CP:1 /EXEPACK hc;
  12.  
  13. fractint.hlp : help.src help2.src help3.src help4.src help5.src hc.exe
  14.      hc /c
  15.  
  16.