home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / 1AD_001.ZIP / MAKEFILE < prev   
Encoding:
Text File  |  1994-10-17  |  402 b   |  33 lines

  1. .autodepend
  2. .nosilent
  3.  
  4. COMPILER=bcc
  5.  
  6. # Non debugging
  7. TCOPTS= -O -Z -d -ml -c -r -N- -v
  8. TLINK = /v-
  9.  
  10. # debugging
  11. # TCOPTS= -O- -Z- -v -c -ml
  12. # TLINK = /v
  13.  
  14. TCC = $(COMPILER) $(TCOPTS) -n {$&.c }
  15.  
  16. .c.obj:
  17.   $(TCC)
  18.  
  19. 1AD_FILES = 1ad.obj 1adini.obj
  20.  
  21. 1AD_OBJ = 1ad 1adini
  22.  
  23. all: 1ad.exe
  24.  
  25. 1ad.exe: $(1AD_FILES)
  26.   tlink /c /x $(TLINK) @&&|
  27.   c0l $(1AD_OBJ)
  28. $*
  29. nul
  30. emu mathl cl
  31. |
  32.  
  33.