home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-09-19 | 906 b | 41 lines |
- # Makefile for BubblePd.dll
-
- CC = icc
- LIB_DIR = $d:/emx/lib
- CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol
- DEFS =
- PROGS = bubblepd.dll
- OBJECTS = bubblepd.obj
-
- all: bubblepd.dll inst.exe bubblepd.hlp
-
- bubblepd.hlp:
- ipfc bubblepddeutsch.ipf
- copy bubblepddeutsch.HLP ..\Deutsch\BUBBLEPD.HLP
- ipfc bubblepdenglish.ipf
- copy bubblepdenglish.HLP ..\English\BUBBLEPD.HLP
-
- inst.exe: inst.cpp
- gcc inst.cpp -los2 inst.def -lvideo
- copy inst.exe ..\install.exe
-
- bubblepd.dll: bubblepd.cpp bubblepd.hh deutsch.rc english.rc
- mkdir ..\Deutsch
- mkdir ..\English
- icc -Ge- -G4 -Gl -Rn /O+ -Oc+ -Ol bubblepd.cpp bubblepd.def
- rc deutsch.rc bubblepd.dll
- copy bubblepd.dll ..\Deutsch
- rc english.rc bubblepd.dll
- copy bubblepd.dll ..\English
-
- clean:
- -del *.obj
- -del *.dll
- -del inst.exe
- -del *.res
- -del *.hlp
-
- install:
- cd ..
- install.exe