home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vptool.zip / makefile < prev    next >
Makefile  |  1994-08-06  |  460b  |  23 lines

  1.  
  2. .SUFFIXES: .rc .res .ipf .inf .hlp .csc .sc .h .ih .ph .psc
  3.  
  4. #
  5. # Compiler/tools Macros
  6. #
  7. SOMLIBS = DDE4NBS + OS2386 + SOM
  8. CLOCALFLAGS= /Ge-
  9. LLOCALFLAGS= /noi
  10. SOMTEMP = .\somtemp
  11. CFLAGS=/c+ /Gd-e+m+s- /Ses+ /Q+ /Ms /Kb+c+e+o-r+ /W2 /DNODEBUG /O+
  12. LFLAGS=/NOI /NOE /NOD /A:16 /MAP:full /NOLOGO /EXEPACK /BASE:0x10000
  13. LINK=LINK386  $(LFLAGS)
  14. RC_FLAGS=-r
  15.  
  16. .rc.res:
  17.     rc $(RC_FLAGS) $< $@
  18. .csc.ih:
  19.         sc $*
  20. .def.lib:
  21.     implib $@ $<
  22.  
  23.