Changeset - r3298:f1848d0531a8
[Not reviewed]
master
0 2 0
Darkvater - 18 years ago 2006-03-22 20:41:48
darkvater@openttd.org
(svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
openttd.dsp
Show inline comments
 
@@ -33,25 +33,25 @@ RSC=rc.exe
 
# PROP BASE Use_MFC 0
 
# PROP BASE Use_Debug_Libraries 0
 
# PROP BASE Output_Dir "Release"
 
# PROP BASE Intermediate_Dir "Release"
 
# PROP BASE Target_Dir ""
 
# PROP Use_MFC 0
 
# PROP Use_Debug_Libraries 0
 
# PROP Output_Dir "Release"
 
# PROP Intermediate_Dir "Release"
 
# PROP Ignore_Export_Lib 0
 
# PROP Target_Dir ""
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
 
# ADD CPP /nologo /Gr /Zp4 /W3 /Zi /Ox /Oa /Ow /Og /Oi /Os /Gf /Gy /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32_EXCEPTION_TRACKER" /D "WIN32_ENABLE_DIRECTMUSIC_SUPPORT" /D "WITH_PNG" /D "WITH_ZLIB" /D "ENABLE_NETWORK" /FAcs /FR /Yu"stdafx.h" /J /FD /c
 
# ADD CPP /nologo /Gr /Zp4 /MT /W3 /Zi /Ox /Oa /Ow /Og /Oi /Os /Gf /Gy /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32_EXCEPTION_TRACKER" /D "WIN32_ENABLE_DIRECTMUSIC_SUPPORT" /D "WITH_PNG" /D "WITH_ZLIB" /D "ENABLE_NETWORK" /FAcs /FR /Yu"stdafx.h" /J /FD /c
 
# SUBTRACT CPP /WX /Ot
 
# ADD BASE RSC /l 0x809 /d "NDEBUG"
 
# ADD RSC /l 0x809 /d "NDEBUG"
 
BSC32=bscmake.exe
 
# ADD BASE BSC32 /nologo
 
# ADD BSC32 /nologo
 
LINK32=link.exe
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
 
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib /nologo /subsystem:windows /map /machine:I386 /opt:nowin98
 
# SUBTRACT LINK32 /pdb:none
 

	
 
!ELSEIF  "$(CFG)" == "openttd - Win32 Debug"
openttd.vcproj
Show inline comments
 
@@ -22,25 +22,25 @@
 
			<Tool
 
				Name="VCCLCompilerTool"
 
				Optimization="3"
 
				GlobalOptimizations="TRUE"
 
				InlineFunctionExpansion="2"
 
				EnableIntrinsicFunctions="TRUE"
 
				FavorSizeOrSpeed="2"
 
				OmitFramePointers="TRUE"
 
				OptimizeForProcessor="1"
 
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
 
				StringPooling="TRUE"
 
				ExceptionHandling="FALSE"
 
				RuntimeLibrary="4"
 
				RuntimeLibrary="0"
 
				StructMemberAlignment="3"
 
				BufferSecurityCheck="FALSE"
 
				EnableFunctionLevelLinking="TRUE"
 
				DefaultCharIsUnsigned="TRUE"
 
				UsePrecompiledHeader="0"
 
				PrecompiledHeaderThrough=""
 
				PrecompiledHeaderFile=""
 
				AssemblerOutput="2"
 
				AssemblerListingLocation=".\Release/"
 
				ObjectFile=".\Release/"
 
				ProgramDataBaseFileName=".\Release/"
 
				BrowseInformation="1"
 
@@ -93,25 +93,25 @@
 
			Name="Debug|Win32"
 
			OutputDirectory=".\Debug"
 
			IntermediateDirectory=".\Debug"
 
			ConfigurationType="1"
 
			UseOfMFC="0"
 
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
			CharacterSet="2">
 
			<Tool
 
				Name="VCCLCompilerTool"
 
				Optimization="0"
 
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
 
				BasicRuntimeChecks="3"
 
				RuntimeLibrary="5"
 
				RuntimeLibrary="1"
 
				UsePrecompiledHeader="2"
 
				PrecompiledHeaderThrough="stdafx.h"
 
				PrecompiledHeaderFile=".\Debug/openttd.pch"
 
				AssemblerListingLocation=".\Debug/"
 
				ObjectFile=".\Debug/"
 
				ProgramDataBaseFileName=".\Debug/"
 
				WarningLevel="3"
 
				WarnAsError="TRUE"
 
				SuppressStartupBanner="TRUE"
 
				Detect64BitPortabilityProblems="FALSE"
 
				DebugInformationFormat="4"
 
				CallingConvention="1"
0 comments (0 inline, 0 general)