home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample2 / EMX.mak next >
Encoding:
Makefile  |  1998-03-10  |  224 b   |  18 lines

  1.     include ..\emx.inc
  2.  
  3. OBJS=sample2.obj
  4.  
  5.  
  6. all: sample2.exe
  7.  
  8.  
  9. sample2.exe: $(OBJS)
  10.     $(LINK) sample2.exe $(OBJS) $(LIBS) $(OOL)\lib\OOL23E10.LIB sample2.def
  11.  
  12.  
  13. sample2.obj: sample2.cpp
  14.  
  15.  
  16. sample2.res: sample2.rc
  17.  
  18.