diff options
| author | Shauren <none@none> | 2010-06-20 13:20:58 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-06-20 13:20:58 +0200 |
| commit | e00345dc0e4ee8b58b001fd61e0dc6b68d46c4de (patch) | |
| tree | e55abfa43912e4a8fe0463d78bc4a3a3494a0244 | |
| parent | 47955ba8a8e3611d1713e0e7cbdbbde051702773 (diff) | |
This should fix ACE compile on x64 windows
--HG--
branch : trunk
| -rw-r--r-- | externals/ace/win/VC90/ace.vcproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/externals/ace/win/VC90/ace.vcproj b/externals/ace/win/VC90/ace.vcproj index 35ae4149a81..f54385fbd7a 100644 --- a/externals/ace/win/VC90/ace.vcproj +++ b/externals/ace/win/VC90/ace.vcproj @@ -488,6 +488,22 @@ CompileAs="2" /> </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> </File> <File RelativePath="..\..\Auto_Event.cpp" @@ -1276,6 +1292,22 @@ CompileAs="2" /> </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> </File> <File RelativePath="..\..\RW_Mutex.cpp" |
