home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-11-15 | 1002 b | 45 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 LPReplace.exe
-
- 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
-
- LPReplace.exe: LPReplace.cpp
- icc LPReplace.cpp
- -copy LPReplace.exe ..\
-
- clean:
- -del *.obj
- -del *.dll
- -del *.exe
- -del *.res
- -del *.hlp
-
- install:
- cd ..
- install.exe