diff options
author | danglassey <danglassey> | 2002-08-23 13:01:36 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-23 13:01:36 +0000 |
commit | 92744b626ea54e5af0486f0f2f8d3e1450bc3eeb (patch) | |
tree | 85ceadcc495bf1fa5dbe50a5fc7b72832b81752b /utilities/bcppmake/utilities.bpg | |
parent | eefdc205fa65276d0da7e2ed20d812c9e62344c8 (diff) | |
download | sword-sf-cvs-92744b626ea54e5af0486f0f2f8d3e1450bc3eeb.tar.gz |
sync with crosswire 20020823-1300
Diffstat (limited to 'utilities/bcppmake/utilities.bpg')
-rw-r--r-- | utilities/bcppmake/utilities.bpg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/utilities/bcppmake/utilities.bpg b/utilities/bcppmake/utilities.bpg index b4fa9cc..10027c5 100644 --- a/utilities/bcppmake/utilities.bpg +++ b/utilities/bcppmake/utilities.bpg @@ -11,7 +11,7 @@ BRCC = $(ROOT)\bin\brcc32.exe $** #------------------------------------------------------------------------------ PROJECTS = icucommon.lib icui18n.lib libsword.lib mod2vpl.exe vpl2mod.exe \ mkfastmod.exe imp2gbs.exe imp2ld.exe imp2vs.exe thml2gbs.exe mod2zmod.exe \ - mod2imp.exe cipherraw.exe + mod2imp.exe cipherraw.exe stepdump.exe step2vpl.exe #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ @@ -68,4 +68,12 @@ icui18n.lib: ..\..\..\icu-sword\as_is\borland\i18n.bpr $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak +stepdump.exe: stepdump.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +step2vpl.exe: step2vpl.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + |