home *** CD-ROM | disk | FTP | other *** search
- All: Memsize.exe Catala Deutsch English Español
-
- Memsize.exe: $*.obj $*.res $*.def About.obj Debug.obj Profile.obj Settimer.obj Support.obj Cdlist.obj
- link386 /NOLOGO /MAP $*+About+Debug+Profile+Settimer+Support+Cdlist,$*,$*,libgpp+libc+os2386+os2286,$*;
- rc $*.res
-
- Memsize.res: $*.rc $*.ico
- rc -r $*.rc
-
- Memsize.obj: $*.cc $*.h About.h Debug.h Support.h Settimer.h
- gcc -c -O $*.cc
-
- About.obj: $*.cc $*.h
- gcc -c -O $*.cc
-
- Debug.obj: $*.cc $*.h
- gcc -c -O $*.cc
-
- Profile.obj: $*.cc $*.h Debug.h
- gcc -c -O $*.cc
-
- Support.obj: $*.cc $*.h Debug.h
- gcc -c -O $*.cc
-
- Settimer.obj: $*.cc $*.h
- gcc -c -O $*.cc
-
- Cdlist.obj : $*.s
- gcc -c -O $*.s
-
- Cdlist.s : Memsize.obj
- collect -o Cdlist.s Memsize.obj
-
- Catala: $*.dll $*.hlp
-
- Catala.hlp: $*.ipf Memsize.bmp
- ipfc /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.bmp
- ipfc /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.bmp
- ipfc /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 $*
-
- Español: $*.dll $*.hlp
-
- Español.hlp: $*.ipf Memsize.bmp
- ipfc /x /COU=003 /LAN=ESP $*.ipf
-
- Español.dll: $*.def $*.res dll.obj
- link dll, $*.dll /align:16, nul,, $* ;
- rc $*.res $*.dll
-
- Español.res: $*.rc
- rc -r $*
-
- dll.obj: $*.asm
- masm $* ;
-
-