rev 393 - in trunk: . modules/Prosist
SVN User <[email protected]> Sun, 18 Apr 2004 14:01:11 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-04-18 14:01:08 -0400 (Sun, 18 Apr 2004)
New Revision: 393
Added:
trunk/prothon.sln
Modified:
trunk/modules/Prosist/Prosist.vcproj
Log:
added VC workspace for all projects
Modified: trunk/modules/Prosist/Prosist.vcproj
===================================================================
--- trunk/modules/Prosist/Prosist.vcproj 2004-04-18 17:53:26 UTC (rev 392)
+++ trunk/modules/Prosist/Prosist.vcproj 2004-04-18 18:01:08 UTC (rev 393)
@@ -72,7 +72,7 @@
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="c:\prothon\include;c:\prothon\apr\apr\include;c:\prothon\include\regex"
+ AdditionalIncludeDirectories="c:\prothon\include;c:\prothon\apr\apr\include;c:\prothon\apr\apr-util\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PROSIST_EXPORTS;APR_DECLARE_STATIC;APU_DECLARE_STATIC"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
@@ -84,10 +84,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="apr.lib wsock32.lib"
+ AdditionalDependencies="apr.lib aprutil.lib wsock32.lib"
OutputFile="$(OutDir)/Prosist.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\prothon\apr\apr\LibR"
+ AdditionalLibraryDirectories="C:\prothon\apr\apr\LibR;C:\prothon\apr\apr-util\LibR"
IgnoreDefaultLibraryNames="LIBCMTD.lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
Added: trunk/prothon.sln
===================================================================
--- trunk/prothon.sln 2004-04-18 17:53:26 UTC (rev 392)
+++ trunk/prothon.sln 2004-04-18 18:01:08 UTC (rev 393)
@@ -0,0 +1,69 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "src", "src\src.vcproj", "{5A0B580F-0836-4D49-B794-CE449B5BEC32}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re", "modules\re\re.vcproj", "{1B843C72-E875-45A0-BA0E-09B47B274708}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "file", "modules\file\file.vcproj", "{84FEC2DB-F084-4C16-9442-FBA3908FCA95}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Prosist", "modules\Prosist\Prosist.vcproj", "{ED1B9F21-0026-4156-881C-4F083129E75D}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite", "modules\SQLite\SQLite.vcproj", "{32E91FEE-E4CE-4672-8852-4C35087510AE}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OS", "modules\OS\OS.vcproj", "{7F135CB2-69FB-4AD9-A1F3-ADD9F1C2E400}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbm", "modules\dbm\dbm.vcproj", "{9178A30F-B02E-4D57-9786-D417A42CD026}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {5A0B580F-0836-4D49-B794-CE449B5BEC32}.Debug.ActiveCfg = Debug|Win32
+ {5A0B580F-0836-4D49-B794-CE449B5BEC32}.Debug.Build.0 = Debug|Win32
+ {5A0B580F-0836-4D49-B794-CE449B5BEC32}.Release.ActiveCfg = Release|Win32
+ {5A0B580F-0836-4D49-B794-CE449B5BEC32}.Release.Build.0 = Release|Win32
+ {1B843C72-E875-45A0-BA0E-09B47B274708}.Debug.ActiveCfg = Debug|Win32
+ {1B843C72-E875-45A0-BA0E-09B47B274708}.Debug.Build.0 = Debug|Win32
+ {1B843C72-E875-45A0-BA0E-09B47B274708}.Release.ActiveCfg = Release|Win32
+ {1B843C72-E875-45A0-BA0E-09B47B274708}.Release.Build.0 = Release|Win32
+ {84FEC2DB-F084-4C16-9442-FBA3908FCA95}.Debug.ActiveCfg = Debug|Win32
+ {84FEC2DB-F084-4C16-9442-FBA3908FCA95}.Debug.Build.0 = Debug|Win32
+ {84FEC2DB-F084-4C16-9442-FBA3908FCA95}.Release.ActiveCfg = Release|Win32
+ {84FEC2DB-F084-4C16-9442-FBA3908FCA95}.Release.Build.0 = Release|Win32
+ {ED1B9F21-0026-4156-881C-4F083129E75D}.Debug.ActiveCfg = Debug|Win32
+ {ED1B9F21-0026-4156-881C-4F083129E75D}.Debug.Build.0 = Debug|Win32
+ {ED1B9F21-0026-4156-881C-4F083129E75D}.Release.ActiveCfg = Release|Win32
+ {ED1B9F21-0026-4156-881C-4F083129E75D}.Release.Build.0 = Release|Win32
+ {32E91FEE-E4CE-4672-8852-4C35087510AE}.Debug.ActiveCfg = Debug|Win32
+ {32E91FEE-E4CE-4672-8852-4C35087510AE}.Debug.Build.0 = Debug|Win32
+ {32E91FEE-E4CE-4672-8852-4C35087510AE}.Release.ActiveCfg = Release|Win32
+ {32E91FEE-E4CE-4672-8852-4C35087510AE}.Release.Build.0 = Release|Win32
+ {7F135CB2-69FB-4AD9-A1F3-ADD9F1C2E400}.Debug.ActiveCfg = Debug|Win32
+ {7F135CB2-69FB-4AD9-A1F3-ADD9F1C2E400}.Debug.Build.0 = Debug|Win32
+ {7F135CB2-69FB-4AD9-A1F3-ADD9F1C2E400}.Release.ActiveCfg = Release|Win32
+ {7F135CB2-69FB-4AD9-A1F3-ADD9F1C2E400}.Release.Build.0 = Release|Win32
+ {9178A30F-B02E-4D57-9786-D417A42CD026}.Debug.ActiveCfg = Debug|Win32
+ {9178A30F-B02E-4D57-9786-D417A42CD026}.Debug.Build.0 = Debug|Win32
+ {9178A30F-B02E-4D57-9786-D417A42CD026}.Release.ActiveCfg = Release|Win32
+ {9178A30F-B02E-4D57-9786-D417A42CD026}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal