diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-08 11:22:32 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-08 11:22:32 +0200 |
commit | 90740aff3cd208d3100de50379f01dc99ce5f433 (patch) | |
tree | da0eac15eaae951b00fbe546b1f30374929f8826 /VC2008/Lua.vcproj | |
parent | Fast NBT Parser (loading a chunk is now about 10 times faster) (diff) | |
download | cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.gz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.bz2 cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.lz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.xz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.zst cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/Lua.vcproj | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj index 23bf9fdc7..96c18c1d0 100644 --- a/VC2008/Lua.vcproj +++ b/VC2008/Lua.vcproj @@ -139,6 +139,68 @@ Name="VCPostBuildEventTool"
/>
</Configuration>
+ <Configuration
+ Name="Release profiled|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
|