[sword-cvs] sword/apps/windoze/CBuilder5/BibleCS swordprj.bpg,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 26 Jan 2003 02:00:07 -0700
Update of /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS
In directory www:/tmp/cvs-serv19929
Modified Files:
swordprj.bpg
Log Message:
no message
Index: swordprj.bpg
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/swordprj.bpg,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** swordprj.bpg 4 Sep 2002 00:52:59 -0000 1.8
--- swordprj.bpg 26 Jan 2003 09:00:04 -0000 1.9
***************
*** 10,14 ****
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
! PROJECTS = icucommon.lib icui18n.lib swordlib.lib sword.exe
#------------------------------------------------------------------------------
default: sword
--- 10,14 ----
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
! PROJECTS = icucommon.lib icui18n.lib libsword.lib TntLibR.bpl sword.exe
#------------------------------------------------------------------------------
default: sword
***************
*** 16,22 ****
- swordlib.lib: swordlib.bpr
- $(MAKE)
-
sword.exe: sword.bpr
$(MAKE)
--- 16,19 ----
***************
*** 28,31 ****
--- 25,36 ----
icui18n.lib: ..\..\..\..\..\icu-sword\as_is\borland\i18n.bpr
$(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
+ $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+
+ libsword.lib: ..\..\..\..\lib\bcppmake\libsword.bpr
+ $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
+ $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+
+ TntLibR.bpl: TntUnicodeControls\BCB5\TntLibR.bpk
+ $(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak