[sword-svn] r134 - trunk/src/SwordReader_GUI

dtrotzjr at www.crosswire.org dtrotzjr at www.crosswire.org
Tue May 20 19:47:09 MST 2008


Author: dtrotzjr
Date: 2008-05-20 19:47:09 -0700 (Tue, 20 May 2008)
New Revision: 134

Modified:
   trunk/src/SwordReader_GUI/SwordReader_GUI.vcp
Log:
Update to eVC project to reflect new SRFind class.

Modified: trunk/src/SwordReader_GUI/SwordReader_GUI.vcp
===================================================================
--- trunk/src/SwordReader_GUI/SwordReader_GUI.vcp	2008-05-21 02:45:35 UTC (rev 133)
+++ trunk/src/SwordReader_GUI/SwordReader_GUI.vcp	2008-05-21 02:47:09 UTC (rev 134)
@@ -186,33 +186,41 @@
 
 DEP_CPP_SRAPP=\
 	".\SRFramework\SRApp.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRAPP=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
 DEP_CPP_SRAPP=\
 	".\SRFramework\SRApp.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRAPP=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
 DEP_CPP_SRAPP=\
 	".\SRFramework\SRApp.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRAPP=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
 DEP_CPP_SRAPP=\
 	".\SRFramework\SRApp.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRAPP=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -229,9 +237,11 @@
 	".\SRFramework\SRMenu.h"\
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRCOM=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -241,9 +251,11 @@
 	".\SRFramework\SRMenu.h"\
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRCOM=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -253,9 +265,11 @@
 	".\SRFramework\SRMenu.h"\
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRCOM=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -265,9 +279,11 @@
 	".\SRFramework\SRMenu.h"\
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRCOM=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -478,10 +494,12 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"htmlctrl.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_MAIN_=\
+	".\ipapi.h"\
+	".\tmlctrl.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -513,10 +531,12 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"htmlctrl.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_MAIN_=\
+	".\ipapi.h"\
+	".\tmlctrl.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -548,10 +568,12 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"htmlctrl.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_MAIN_=\
+	".\ipapi.h"\
+	".\tmlctrl.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -583,10 +605,12 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"htmlctrl.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_MAIN_=\
+	".\ipapi.h"\
+	".\tmlctrl.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -680,6 +704,109 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\SRFind.cpp
+
+!IF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Release"
+
+DEP_CPP_SRFIN=\
+	"..\..\..\sword\include\defs.h"\
+	"..\..\..\sword\include\listkey.h"\
+	"..\..\..\sword\include\multimapwdef.h"\
+	"..\..\..\sword\include\swbuf.h"\
+	"..\..\..\sword\include\swcacher.h"\
+	"..\..\..\sword\include\swconfig.h"\
+	"..\..\..\sword\include\swdisp.h"\
+	"..\..\..\sword\include\swkey.h"\
+	"..\..\..\sword\include\swmodule.h"\
+	"..\..\..\sword\include\swobject.h"\
+	"..\..\..\sword\include\swsearchable.h"\
+	".\SRFind.h"\
+	".\SRFramework\SRApp.h"\
+	".\SRFramework\SRWnd.h"\
+	".\SRFramework\WCString.h"\
+	".\SRTextView.h"\
+	".\SwordReaderResource.h"\
+	{$(INCLUDE)}"aygshell.h"\
+	{$(INCLUDE)}"sipapi.h"\
+	
+
+!ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SRFIN=\
+	"..\..\..\sword\include\defs.h"\
+	"..\..\..\sword\include\listkey.h"\
+	"..\..\..\sword\include\multimapwdef.h"\
+	"..\..\..\sword\include\swbuf.h"\
+	"..\..\..\sword\include\swcacher.h"\
+	"..\..\..\sword\include\swconfig.h"\
+	"..\..\..\sword\include\swdisp.h"\
+	"..\..\..\sword\include\swkey.h"\
+	"..\..\..\sword\include\swmodule.h"\
+	"..\..\..\sword\include\swobject.h"\
+	"..\..\..\sword\include\swsearchable.h"\
+	".\SRFind.h"\
+	".\SRFramework\SRApp.h"\
+	".\SRFramework\SRWnd.h"\
+	".\SRFramework\WCString.h"\
+	".\SRTextView.h"\
+	".\SwordReaderResource.h"\
+	{$(INCLUDE)}"aygshell.h"\
+	{$(INCLUDE)}"sipapi.h"\
+	
+
+!ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
+
+DEP_CPP_SRFIN=\
+	"..\..\..\sword\include\defs.h"\
+	"..\..\..\sword\include\listkey.h"\
+	"..\..\..\sword\include\multimapwdef.h"\
+	"..\..\..\sword\include\swbuf.h"\
+	"..\..\..\sword\include\swcacher.h"\
+	"..\..\..\sword\include\swconfig.h"\
+	"..\..\..\sword\include\swdisp.h"\
+	"..\..\..\sword\include\swkey.h"\
+	"..\..\..\sword\include\swmodule.h"\
+	"..\..\..\sword\include\swobject.h"\
+	"..\..\..\sword\include\swsearchable.h"\
+	".\SRFind.h"\
+	".\SRFramework\SRApp.h"\
+	".\SRFramework\SRWnd.h"\
+	".\SRFramework\WCString.h"\
+	".\SRTextView.h"\
+	".\SwordReaderResource.h"\
+	{$(INCLUDE)}"aygshell.h"\
+	{$(INCLUDE)}"sipapi.h"\
+	
+
+!ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
+
+DEP_CPP_SRFIN=\
+	"..\..\..\sword\include\defs.h"\
+	"..\..\..\sword\include\listkey.h"\
+	"..\..\..\sword\include\multimapwdef.h"\
+	"..\..\..\sword\include\swbuf.h"\
+	"..\..\..\sword\include\swcacher.h"\
+	"..\..\..\sword\include\swconfig.h"\
+	"..\..\..\sword\include\swdisp.h"\
+	"..\..\..\sword\include\swkey.h"\
+	"..\..\..\sword\include\swmodule.h"\
+	"..\..\..\sword\include\swobject.h"\
+	"..\..\..\sword\include\swsearchable.h"\
+	".\SRFind.h"\
+	".\SRFramework\SRApp.h"\
+	".\SRFramework\SRWnd.h"\
+	".\SRFramework\WCString.h"\
+	".\SRTextView.h"\
+	".\SwordReaderResource.h"\
+	{$(INCLUDE)}"aygshell.h"\
+	{$(INCLUDE)}"sipapi.h"\
+	
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
 SOURCE=.\SRMainFrame.cpp
 
 !IF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Release"
@@ -702,7 +829,7 @@
 	"..\..\..\sword\include\swobject.h"\
 	"..\..\..\sword\include\swsearchable.h"\
 	"..\..\..\sword\include\versekey.h"\
-	"..\dll1\wincesword\include\swordce.h"\
+	"..\Dll1\winceSword\include\swordce.h"\
 	".\SRBookChooser.h"\
 	".\SRFramework\SRApp.h"\
 	".\SRFramework\SRCommandBar.h"\
@@ -715,9 +842,11 @@
 	".\SRNumberChooser.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMAI=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -739,7 +868,7 @@
 	"..\..\..\sword\include\swobject.h"\
 	"..\..\..\sword\include\swsearchable.h"\
 	"..\..\..\sword\include\versekey.h"\
-	"..\dll1\wincesword\include\swordce.h"\
+	"..\Dll1\winceSword\include\swordce.h"\
 	".\SRBookChooser.h"\
 	".\SRFramework\SRApp.h"\
 	".\SRFramework\SRCommandBar.h"\
@@ -752,9 +881,11 @@
 	".\SRNumberChooser.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMAI=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -776,7 +907,7 @@
 	"..\..\..\sword\include\swobject.h"\
 	"..\..\..\sword\include\swsearchable.h"\
 	"..\..\..\sword\include\versekey.h"\
-	"..\dll1\wincesword\include\swordce.h"\
+	"..\Dll1\winceSword\include\swordce.h"\
 	".\SRBookChooser.h"\
 	".\SRFramework\SRApp.h"\
 	".\SRFramework\SRCommandBar.h"\
@@ -789,9 +920,11 @@
 	".\SRNumberChooser.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMAI=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -813,7 +946,7 @@
 	"..\..\..\sword\include\swobject.h"\
 	"..\..\..\sword\include\swsearchable.h"\
 	"..\..\..\sword\include\versekey.h"\
-	"..\dll1\wincesword\include\swordce.h"\
+	"..\Dll1\winceSword\include\swordce.h"\
 	".\SRBookChooser.h"\
 	".\SRFramework\SRApp.h"\
 	".\SRFramework\SRCommandBar.h"\
@@ -826,9 +959,11 @@
 	".\SRNumberChooser.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMAI=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -859,9 +994,11 @@
 	".\SRFramework\WCString.h"\
 	".\SRMenuBar.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMENU=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -885,9 +1022,11 @@
 	".\SRFramework\WCString.h"\
 	".\SRMenuBar.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMENU=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -911,9 +1050,11 @@
 	".\SRFramework\WCString.h"\
 	".\SRMenuBar.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMENU=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -937,9 +1078,11 @@
 	".\SRFramework\WCString.h"\
 	".\SRMenuBar.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRMENU=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -1065,9 +1208,11 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRREA=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -1099,9 +1244,11 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRREA=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -1133,9 +1280,11 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRREA=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -1167,9 +1316,11 @@
 	".\SRReaderApp.h"\
 	".\SRTextView.h"\
 	".\SwordReaderResource.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRREA=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -1185,9 +1336,11 @@
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
 	".\SRTextView.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRTEX=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE ARM) Debug"
 
@@ -1196,9 +1349,11 @@
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
 	".\SRTextView.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRTEX=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Release"
 
@@ -1207,9 +1362,11 @@
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
 	".\SRTextView.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRTEX=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ELSEIF  "$(CFG)" == "SwordReader_GUI - Win32 (WCE x86) Debug"
 
@@ -1218,9 +1375,11 @@
 	".\SRFramework\SRWnd.h"\
 	".\SRFramework\WCString.h"\
 	".\SRTextView.h"\
-	{$(INCLUDE)}"aygshell.h"\
-	{$(INCLUDE)}"sipapi.h"\
 	
+NODEP_CPP_SRTEX=\
+	".\ipapi.h"\
+	".\ygshell.h"\
+	
 
 !ENDIF 
 
@@ -1271,6 +1430,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\SRFind.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\SRMainFrame.h
 # End Source File
 # Begin Source File




More information about the sword-cvs mailing list