home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm4.zip / source / ResLib / englist.mak < prev    next >
Makefile  |  1998-04-22  |  1KB  |  50 lines

  1. # englist.mak
  2. # Created by IBM WorkFrame/2 MakeMake at 5:15:57 on 22 April 1998
  3. #
  4. # The actions included in this make file are:
  5. #  Compile::C++ Compiler
  6. #  Link::Linker
  7. #  Bind::Resource Bind
  8.  
  9. .SUFFIXES:
  10.  
  11. .SUFFIXES: \
  12.     .cpp .obj 
  13.  
  14. .cpp.obj:
  15.     @echo " Compile::C++ Compiler "
  16.     icc.exe /Gm /Ge- /G4 /C %s
  17.  
  18. {g:\pe\local\os2\list\ipf}.cpp.obj:
  19.     @echo " Compile::C++ Compiler "
  20.     icc.exe /Gm /Ge- /G4 /C %s
  21.  
  22. {g:\pe\local\os2\list\ResLib}.cpp.obj:
  23.     @echo " Compile::C++ Compiler "
  24.     icc.exe /Gm /Ge- /G4 /C %s
  25.  
  26. {g:\pe\local\os2\list\Res}.cpp.obj:
  27.     @echo " Compile::C++ Compiler "
  28.     icc.exe /Gm /Ge- /G4 /C %s
  29.  
  30. all: \
  31.     .\listpm.dll
  32.  
  33. .\listpm.dll: \
  34.     .\dummy.obj \
  35.     g:\pe\local\os2\list\Res\listpm.Res \
  36.     {$(LIB)}listeng.def \
  37.     englist.mak
  38.     @echo " Link::Linker "
  39.     @echo " Bind::Resource Bind "
  40.     icc.exe @<<
  41.      /Felistpm.dll 
  42.      listeng.def
  43.      .\dummy.obj
  44. <<
  45.     rc.exe g:\pe\local\os2\list\Res\listpm.Res listpm.dll
  46.  
  47. .\dummy.obj: \
  48.     g:\pe\local\os2\list\ResLib\dummy.cpp \
  49.     englist.mak
  50.