home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / emx.inc < prev    next >
Text File  |  1998-03-10  |  217b  |  11 lines

  1. LIBS=$(OOL)\lib\OOLW3E10.LIB
  2.  
  3. CC=gcc.exe
  4. DFLAGS=-Zomf -c -fhandle-exceptions
  5.  
  6. CFLAGS= -Zmt -Zcrtdll
  7. LINK=gcc.exe -Zomf -Zcrtdll -Zlinker /PACKD -Zlinker /PACKC -o
  8.  
  9. %.obj: %.cpp
  10.     $(CC) $(CFLAGS) $(DFLAGS) $<
  11.