aboutsummaryrefslogtreecommitdiffstats
path: root/utilities/bcppmake/utilities.bpg
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-30 13:01:19 +0000
committerdanglassey <danglassey>2002-08-30 13:01:19 +0000
commitdcf385382e6112b945452da8ef7fedd63f9624b3 (patch)
tree5d35a1dcfd6082d7cf1d63aad375377f351eef52 /utilities/bcppmake/utilities.bpg
parentf999b299db104a69d469e5ccdad9ac3dbf694d6f (diff)
downloadsword-sf-cvs-dcf385382e6112b945452da8ef7fedd63f9624b3.tar.gz
sync with crosswire 20020830-1300
Diffstat (limited to 'utilities/bcppmake/utilities.bpg')
-rw-r--r--utilities/bcppmake/utilities.bpg14
1 files changed, 3 insertions, 11 deletions
diff --git a/utilities/bcppmake/utilities.bpg b/utilities/bcppmake/utilities.bpg
index 10027c5..9e36582 100644
--- a/utilities/bcppmake/utilities.bpg
+++ b/utilities/bcppmake/utilities.bpg
@@ -9,9 +9,9 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
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 stepdump.exe step2vpl.exe
+PROJECTS = libsword.lib mod2vpl.exe vpl2mod.exe mkfastmod.exe imp2gbs.exe \
+ imp2ld.exe imp2vs.exe thml2gbs.exe mod2zmod.exe mod2imp.exe cipherraw.exe \
+ stepdump.exe step2vpl.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
@@ -60,14 +60,6 @@ mod2imp.exe: mod2imp.bpr
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
-icucommon.lib: ..\..\..\icu-sword\as_is\borland\common.bpr
- $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
- $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
-
-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