home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / fractint / fras1611.zip / FRACHELP.MAK < prev    next >
Text File  |  1991-04-01  |  321b  |  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.     link /ST:4096 /CP:1 /EXEPACK hc;
  12.  
  13. fractint.hlp : help.src help2.src help3.src help4.src help5.src
  14.      hc /c
  15.  
  16.