home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
OS2
/
MEMSZ230.ZIP
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1994-01-26
|
2KB
|
118 lines
# IBM Developer's Workframe/2 Make File Creation run at 06:39:46 on 01/26/94
# Make File Creation run in directory:
# E:\BUILD\SOURCE\C\MEMSIZE.RP;
.SUFFIXES:
.SUFFIXES: .c .cpp .cxx .rc
ALL: MEMSIZE.EXE \
MEMSIZE.RES \
Catala Deutsch English Espanol
MEMSIZE.EXE: \
ABOUT.OBJ \
CONFIG.OBJ \
DEBUG.OBJ \
except.OBJ \
HELPWIN.OBJ \
ITEMS.OBJ \
MEMSIZE.OBJ \
MEMSIZE.RES \
MODULE.OBJ \
PROCESS.OBJ \
PROFILE.OBJ \
RESTRING.OBJ \
SUPPORT.OBJ \
WINDOW.OBJ \
MAKEFILE
ICC.EXE @<<
/B" /pmtype:pm /nologo /m:full" /Q
/Fe"MEMSIZE.EXE" /Fm"MEMSIZE.MAP" MEMSIZE.DEF
ABOUT.OBJ
CONFIG.OBJ
DEBUG.OBJ
except.OBJ
HELPWIN.OBJ
ITEMS.OBJ
MEMSIZE.OBJ
MODULE.OBJ
PROCESS.OBJ
PROFILE.OBJ
RESTRING.OBJ
SUPPORT.OBJ
WINDOW.OBJ
<<
RC MEMSIZE.RES MEMSIZE.EXE
{.}.rc.res:
RC -r .\$*.RC
{.}.c.obj:
ICC.EXE /Sp1 /J- /Q /O /Gm /C .\$*.c
{.}.cpp.obj:
ICC.EXE /Sp1 /J- /Q /O /Gm /C .\$*.cpp
{.}.cxx.obj:
ICC.EXE /Sp1 /J- /Q /O /Gm /C .\$*.cxx
!include MAKEFILE.DEP
Catala: $*.dll $*.hlp
Catala.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
ipfcomp /x /COU=003 /LAN=ESP $*.ipf
Catala.dll: $*.def $*.res dll.obj
link dll, $*.dll /align:16, nul,, $* ;
rc $*.res $*.dll
Catala.res: $*.rc
rc -r $*
Deutsch: $*.dll $*.hlp
Deutsch.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
ipfcomp /x /COU=049 /LAN=DEU $*.ipf
Deutsch.dll: $*.def $*.res dll.obj
link dll, $*.dll /align:16, nul,, $* ;
rc $*.res $*.dll
Deutsch.res: $*.rc
rc -r $*
English: $*.dll $*.hlp
English.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
ipfcomp /x /COU=001 /LAN=ENU $*.ipf
English.dll: $*.def $*.res dll.obj
link dll, $*.dll /align:16, nul,, $* ;
rc $*.res $*.dll
English.res: $*.rc
rc -r $*
Espanol: $*.dll $*.hlp
Espanol.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
ipfcomp /x /COU=003 /LAN=ESP $*.ipf
Espanol.dll: $*.def $*.res dll.obj
link dll, $*.dll /align:16, nul,, $* ;
rc $*.res $*.dll
Espanol.res: $*.rc
rc -r $*
dll.obj: $*.asm
masm $* ;