home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
listpm.zip
/
source
/
ResLib
/
englist.mak
< prev
next >
Wrap
Text File
|
1996-06-30
|
956b
|
43 lines
# englist.mak
# Created by IBM WorkFrame/2 MakeMake at 15:35:09 on 30 June 1996
#
# The actions included in this make file are:
# Compile::C++ Compiler
# Link::Linker
# Bind::Resource Bind
.SUFFIXES: .cpp .obj
.all: \
.\listpm.dll
.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /Gm /Ge- /G4 /C %s
{g:\pe\local\os2\list\ipf}.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /Gm /Ge- /G4 /C %s
{g:\pe\local\os2\list\Res}.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /Gm /Ge- /G4 /C %s
.\listpm.dll: \
.\dummy.obj \
g:\pe\local\os2\list\Res\listpm.Res \
{$(LIB)}listeng.def \
englist.mak
@echo " Link::Linker "
@echo " Bind::Resource Bind "
icc.exe @<<
/Felistpm.dll
listeng.def
.\dummy.obj
<<
rc.exe g:\pe\local\os2\list\Res\listpm.Res listpm.dll
.\dummy.obj: \
g:\pe\local\os2\list\ResLib\dummy.cpp \
englist.mak