home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample13 / emx.MAK next >
Encoding:
Makefile  |  1998-03-10  |  399 b   |  17 lines

  1.     include ..\emx.inc
  2.  
  3. OBJS=sample13.obj
  4. #LIBS=$(OOL)\LIB\OOLW3E03.LIB $(OOL)\LIB\OOLM3E03.LIB c:\emx\lib\mm2emx.lib c:\emx\lib\oolimp.lib
  5.  
  6. #All files to build
  7. all: sample13.exe
  8.  
  9.  
  10. #Rules to build the application
  11. sample13.exe: $(OBJS)
  12.     $(LINK) sample13.exe $(OBJS) $(LIBS) $(OOL)\LIB\OOLM3E10.LIB sample13.def
  13.  
  14. #Dependencies of the related files
  15. sample13.obj: sample13.cpp\
  16.     sample13.h
  17.