home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample2 / va.mak < prev    next >
Makefile  |  1997-02-07  |  806b  |  36 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: sample2.cpp sample2.rc sample2.obj sample2.RES sample2.DEF 
  13.  
  14. OBJS=sample2.obj 
  15. LIBS=OOLW3I03.lib OOLM3I03.lib OOLT3I03.lib OOLC3I03.LIB OS2386.LIB
  16.  
  17. COMPILE=icc.exe /Tdp /Q /Gm /C /Ti /Gn+ /Gd+
  18. LINK=icc.exe /Tdp /Q /Gm /B"/nologo /pmtype:pm /e:2 /packd /packc"
  19.  
  20. all: sample2.exe
  21.  
  22. .cpp.obj:
  23.     $(COMPILE) %s
  24. .c.obj:
  25.     $(COMPILE) %s
  26. sample2.exe: $(OBJS) sample2.res 
  27.     $(LINK) /Fe"sample2.exe" $(OBJS) $(LIBS) sample2.def
  28.     rc sample2.res sample2.exe
  29.  
  30. sample2.res: sample2.rc
  31.     rc -r sample2.rc
  32. sample2.obj: sample2.cpp\
  33.     sample2.h\
  34.     dialog.h
  35.  
  36.