mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
cleanup msvc build targets and remove incremental build settings from libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2413 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3b21fea3dc
commit
97a1363c50
@ -43,10 +43,10 @@
|
|||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="_DEBUG;WIN32;_X86_=1;_WINDOWS;_IEEE_LIBM"
|
PreprocessorDefinitions="_DEBUG;WIN32;_X86_=1;_WINDOWS;_IEEE_LIBM"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
PrecompiledHeaderFile=".\..\Debug/fdlibm.pch"
|
PrecompiledHeaderFile="$(IntDir)\fdlibm.pch"
|
||||||
AssemblerListingLocation=".\..\Debug/"
|
AssemblerListingLocation=""
|
||||||
ObjectFile=".\..\Debug/"
|
ObjectFile="$(IntDir)\"
|
||||||
ProgramDataBaseFileName=".\..\Debug/"
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
@ -116,10 +116,10 @@
|
|||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
PrecompiledHeaderFile=".\..\Release/fdlibm.pch"
|
PrecompiledHeaderFile="$(IntDir)\fdlibm.pch"
|
||||||
AssemblerListingLocation=".\..\Release/"
|
AssemblerListingLocation=""
|
||||||
ObjectFile=".\..\Release/"
|
ObjectFile="$(IntDir)\"
|
||||||
ProgramDataBaseFileName=".\..\Release/"
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
/>
|
/>
|
||||||
|
@ -53,10 +53,10 @@
|
|||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
PrecompiledHeaderFile=".\Release/js.pch"
|
PrecompiledHeaderFile="$(IntDir)\js.pch"
|
||||||
AssemblerListingLocation=".\Release/"
|
AssemblerListingLocation=""
|
||||||
ObjectFile=".\Release/"
|
ObjectFile="$(IntDir)\"
|
||||||
ProgramDataBaseFileName=".\Release/"
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
/>
|
/>
|
||||||
@ -150,10 +150,10 @@
|
|||||||
PreprocessorDefinitions="_DEBUG;DEBUG;_X86_=1;_WINDOWS;WIN32;XP_WIN;JSFILE;EXPORT_JS_API;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;JS_THREADSAFE"
|
PreprocessorDefinitions="_DEBUG;DEBUG;_X86_=1;_WINDOWS;WIN32;XP_WIN;JSFILE;EXPORT_JS_API;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;JS_THREADSAFE"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
PrecompiledHeaderFile=".\Debug/js.pch"
|
PrecompiledHeaderFile="$(IntDir)\js.pch"
|
||||||
AssemblerListingLocation=".\Debug/"
|
AssemblerListingLocation=""
|
||||||
ObjectFile=".\Debug/"
|
ObjectFile="$(IntDir)\"
|
||||||
ProgramDataBaseFileName=".\Debug/"
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
|
@ -252,7 +252,7 @@
|
|||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
||||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
ModuleDefinitionFile="$(InputDir)..\..\pcre-6.4\pcre.def"
|
ModuleDefinitionFile="$(InputDir)..\..\pcre-6.4\pcre.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="0"
|
WarningLevel="0"
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
@ -177,7 +177,7 @@
|
|||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="0"
|
WarningLevel="0"
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
@ -190,6 +190,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="../../sqlite-source-3_3_6/sqlite3.def"
|
ModuleDefinitionFile="../../sqlite-source-3_3_6/sqlite3.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
|
ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
|
||||||
@ -267,6 +268,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="../../sqlite-source-3_3_6/sqlite3.def"
|
ModuleDefinitionFile="../../sqlite-source-3_3_6/sqlite3.def"
|
||||||
ImportLibrary="$(IntDir)/$(TargetName).lib"
|
ImportLibrary="$(IntDir)/$(TargetName).lib"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user