[sword-svn] r477 - branches/BCB5
chrislit at www.crosswire.org
chrislit at www.crosswire.org
Fri Apr 18 15:29:53 MST 2008
Author: chrislit
Date: 2008-04-18 15:29:52 -0700 (Fri, 18 Apr 2008)
New Revision: 477
Modified:
branches/BCB5/swordprj.bpg
Log:
added InstallManager project into main BibleCS project to encourage keeping them both up to date and in sync
Modified: branches/BCB5/swordprj.bpg
===================================================================
--- branches/BCB5/swordprj.bpg 2008-04-08 10:17:57 UTC (rev 476)
+++ branches/BCB5/swordprj.bpg 2008-04-18 22:29:52 UTC (rev 477)
@@ -9,7 +9,8 @@
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
-PROJECTS = icuuc.lib icuin.lib clucene.lib libsword.lib TntLibR.bpl sword.exe
+PROJECTS = icuuc.lib icuin.lib clucene.lib libsword.lib TntLibR.bpl sword.exe \
+ libcurl.lib InstallManager.exe
#------------------------------------------------------------------------------
default: sword
#------------------------------------------------------------------------------
@@ -38,4 +39,12 @@
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+InstallManager.exe: apps\InstallMgr\InstallManager.bpr
+ $(ROOT)\bin\bpr2mak $**
+ $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+libcurl.lib: apps\InstallMgr\libcurl.bpr
+ $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
+ $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
+
+
More information about the sword-cvs
mailing list