diff options
author | fcolin | 2007-02-01 12:57:53 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:53 +0000 |
commit | f77e12400488c54fa23a80471b07ac78898d1a46 (patch) | |
tree | 9bb54bc19eefea25ce04a55dcb93b6defa1f9c48 /Bus/Ivy/Ivy.vcproj | |
parent | ab7db0f7cb72f3eb0ccc97479310470ba1d30c91 (diff) | |
download | ivy-cplusplus-f77e12400488c54fa23a80471b07ac78898d1a46.zip ivy-cplusplus-f77e12400488c54fa23a80471b07ac78898d1a46.tar.gz ivy-cplusplus-f77e12400488c54fa23a80471b07ac78898d1a46.tar.bz2 ivy-cplusplus-f77e12400488c54fa23a80471b07ac78898d1a46.tar.xz |
Utilisateur : Fcolin Date : 3/10/02 Heure : 10:49 Archivé dans $/Ivy Commentaire: (vss 6)
Diffstat (limited to 'Bus/Ivy/Ivy.vcproj')
-rw-r--r-- | Bus/Ivy/Ivy.vcproj | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Bus/Ivy/Ivy.vcproj b/Bus/Ivy/Ivy.vcproj index cfce5f1..754d4c1 100644 --- a/Bus/Ivy/Ivy.vcproj +++ b/Bus/Ivy/Ivy.vcproj @@ -3,7 +3,6 @@ ProjectType="Visual C++"
Version="7.00"
Name="Ivy"
- ProjectGUID="{9818D652-CC05-463E-880D-AFCA2C7BFABE}"
SccProjectName=""$/Ivy", NBEAAAAA"
SccAuxPath=""
SccLocalPath="."
@@ -23,9 +22,9 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;IVY_EXPORTS;NO_IVY_DEBUG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;IVY_EXPORTS;NO_IVY_DEBUG"
BasicRuntimeChecks="3"
- RuntimeLibrary="2"
+ RuntimeLibrary="3"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Debug/Ivy.pch"
@@ -47,8 +46,7 @@ SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/Ivy.pdb"
- ImportLibrary=".\Debug/Ivy.lib"
- TargetMachine="1"/>
+ ImportLibrary=".\Debug/Ivy.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
@@ -78,7 +76,7 @@ ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="0">
+ CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
@@ -98,7 +96,7 @@ <Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="wsock32.lib"
+ AdditionalDependencies="wsock32.lib ws2_32.lib"
OutputFile=".\Release/Ivy.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
|