home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / strings / strings1 / strings.mak < prev    next >
Encoding:
Text File  |  1991-04-03  |  683 b   |  53 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +STRINGS.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. #        *List Macros*
  17.  
  18.  
  19. EXE_dependencies =  \
  20.   strings.obj
  21.  
  22. #        *Explicit Rules*
  23. strings.exe: strings.cfg $(EXE_dependencies)
  24.   $(TLINK) /v/x/c/P-/LC:\BC\LIB @&&|
  25. c0s.obj+
  26. strings.obj
  27. strings
  28.         # no map file
  29. emu.lib+
  30. maths.lib+
  31. cs.lib
  32. |
  33.  
  34.  
  35. #        *Individual File Dependencies*
  36. strings.obj: strings.c 
  37.  
  38. #        *Compiler Configuration File*
  39. strings.cfg: strings.mak
  40.   copy &&|
  41. -v
  42. -y
  43. -G
  44. -O
  45. -Z
  46. -H=STRINGS.SYM
  47. -IC:\BC\INCLUDE;C:\BC\CLASSLIB\INCLUDE
  48. -LC:\BC\LIB
  49. -P.CPP
  50. | strings.cfg
  51.  
  52.  
  53.