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

  1.     include ..\emx.inc
  2.  
  3. OBJS=sample7.obj
  4.  
  5. all: sample7.exe
  6.  
  7. sample7.exe: $(OBJS)
  8.     $(LINK) sample7.exe $(OBJS) $(LIBS) sample7.def
  9.  
  10.  
  11. sample7.obj: sample7.cpp\
  12.     sample7.h
  13.  
  14.