home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample3 / va.mak < prev    next >
Makefile  |  1997-02-08  |  758b  |  35 lines

  1. #Makefile generated by Object WorkFrame - MakeMake
  2. #(c)opyright Stefan von Brauk, 1996
  3. #target:   IBM NMake
  4. #compiler: icc
  5. #date:     15.10.1996
  6. #actions:
  7. #   Compile C/C++
  8. #   Compile RC
  9. #   Link OBJ
  10. #   Link DEF
  11. #   Link RES
  12. #files: sample3.cpp sample3.rc sample3.obj sample3.RES sample3.DEF 
  13.  
  14. OBJS=sample3.obj 
  15. LIBS=OOLW3I03.lib OOLM3I03.lib OOLC3I03.LIB OS2386.LIB
  16.  
  17. COMPILE=icc.exe /Tdp /Q /Si /O /G5 /Gm /Gn+ /Gd+ /C
  18. LINK=icc.exe /Tdp /Gm /B"/noe /e:2" 
  19.  
  20. all: sample3.exe
  21. .cpp.obj:
  22.     $(COMPILE) %s
  23. .c.obj:
  24.     $(COMPILE) %s
  25. sample3.exe: $(OBJS) sample3.res 
  26.     $(LINK) /Fe"sample3.exe" $(OBJS) $(LIBS) sample3.def
  27.     rc sample3.res sample3.exe
  28.  
  29. sample3.res: sample3.rc
  30.     rc -r sample3.rc
  31. sample3.obj: sample3.cpp\
  32.     sample3.h
  33.  
  34.  
  35.