diff options
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index fcdff9bf7..9261c4330 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -96,6 +96,7 @@ OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
+ WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -114,6 +115,7 @@ />
<Tool
Name="VCCLCompilerTool"
+ Optimization="3"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
WholeProgramOptimization="true"
@@ -171,6 +173,7 @@ OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
+ WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -189,6 +192,7 @@ />
<Tool
Name="VCCLCompilerTool"
+ Optimization="3"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
WholeProgramOptimization="true"
@@ -2038,6 +2042,10 @@ >
</File>
<File
+ RelativePath="..\source\blocks\BlockOre.h"
+ >
+ </File>
+ <File
RelativePath="..\source\blocks\BlockPiston.cpp"
>
</File>
|