summaryrefslogtreecommitdiff
path: root/pjlib/build/pjlib.vcproj
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-07 12:32:59 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-07 12:32:59 +0000
commit493e580f04c988e607a4fd21f369f55fa6685cb9 (patch)
tree4b4f06fccf90462c5398d4424281a550ad317aea /pjlib/build/pjlib.vcproj
parentcef0ac7a9ea0c70a3b0acb757c9cccda071e52ed (diff)
Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@138 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/pjlib.vcproj')
-rw-r--r--pjlib/build/pjlib.vcproj53
1 files changed, 36 insertions, 17 deletions
diff --git a/pjlib/build/pjlib.vcproj b/pjlib/build/pjlib.vcproj
index b0631867..c1438833 100644
--- a/pjlib/build/pjlib.vcproj
+++ b/pjlib/build/pjlib.vcproj
@@ -3,10 +3,10 @@
ProjectType="Visual C++"
Version="7.10"
Name="pjlib"
- SccProjectName="&quot;$/pjproject/pjlib/build&quot;, UIAAAAAA"
+ SccProjectName=""
SccAuxPath=""
- SccLocalPath="."
- SccProvider="MSSCCI:Microsoft Visual SourceSafe">
+ SccLocalPath=""
+ SccProvider="">
<Platforms>
<Platform
Name="Win32"/>
@@ -14,8 +14,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\output\pjlib-i386-win32-vc7-debug"
- IntermediateDirectory=".\output\pjlib-i386-win32-vc7-debug"
+ OutputDirectory=".\output\pjlib-i386-win32-vc6-debug"
+ IntermediateDirectory=".\output\pjlib-i386-win32-vc6-debug"
ConfigurationType="4"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -27,10 +27,10 @@
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc7-debug/pjlib.pch"
- AssemblerListingLocation=".\output\pjlib-i386-win32-vc7-debug/"
- ObjectFile=".\output\pjlib-i386-win32-vc7-debug/"
- ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc7-debug/"
+ PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc6-debug/pjlib.pch"
+ AssemblerListingLocation=".\output\pjlib-i386-win32-vc6-debug/"
+ ObjectFile=".\output\pjlib-i386-win32-vc6-debug/"
+ ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc6-debug/"
BrowseInformation="1"
WarningLevel="4"
SuppressStartupBanner="TRUE"
@@ -40,7 +40,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
- OutputFile="../lib/pjlib-i386-win32-vc7-debug.lib"
+ OutputFile="../lib/pjlib-i386-win32-vc6-debug.lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
@@ -65,8 +65,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="\.output\pjlib-i386-win32-vc7-release"
- IntermediateDirectory=".\output\pjlib-i386-win32-vc7-release"
+ OutputDirectory="\.output\pjlib-i386-win32-vc6-release"
+ IntermediateDirectory=".\output\pjlib-i386-win32-vc6-release"
ConfigurationType="4"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -80,10 +80,10 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc7-release/pjlib.pch"
- AssemblerListingLocation=".\output\pjlib-i386-win32-vc7-release/"
- ObjectFile=".\output\pjlib-i386-win32-vc7-release/"
- ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc7-release/"
+ PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc6-release/pjlib.pch"
+ AssemblerListingLocation=".\output\pjlib-i386-win32-vc6-release/"
+ ObjectFile=".\output\pjlib-i386-win32-vc6-release/"
+ ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc6-release/"
BrowseInformation="1"
WarningLevel="4"
SuppressStartupBanner="TRUE"
@@ -93,7 +93,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
- OutputFile="../lib/pjlib-i386-win32-vc7-release.lib"
+ OutputFile="../lib/pjlib-i386-win32-vc6-release.lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
@@ -948,6 +948,25 @@
</File>
<File
RelativePath="..\src\pj\unicode_win32.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"
+ BrowseInformation="1"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BrowseInformation="1"/>
+ </FileConfiguration>
</File>
<Filter
Name="Other Targets"