Xbox debug enabled.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="LibLuaLib"
|
||||
ProjectGUID="{A2476C8A-C34D-460F-9E58-6F5C616412DB}"
|
||||
SccProjectName=""
|
||||
SccLocalPath="">
|
||||
<Platforms>
|
||||
@@ -66,9 +67,10 @@
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..,..\..\include"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,_XBOX"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,_XBOX,XBOX"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
@@ -76,6 +78,42 @@
|
||||
AssemblerListingLocation=".\..\..\obj/"
|
||||
ObjectFile=".\..\..\obj/"
|
||||
ProgramDataBaseFileName=".\..\..\obj/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\LibLuaLibXbox.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="DebugXbox|Win32"
|
||||
OutputDirectory=".\..\..\obj"
|
||||
IntermediateDirectory=".\..\..\obj"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..,..\..\include"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
PrecompiledHeaderFile=".\..\..\obj/LibLuaLib.pch"
|
||||
AssemblerListingLocation=".\..\..\obj/"
|
||||
ObjectFile=".\..\..\obj/"
|
||||
ProgramDataBaseFileName=".\..\..\obj/"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
@@ -83,7 +121,53 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\LibLuaLibXbox.lib"
|
||||
OutputFile="..\..\bin\LibLuaLib.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="DebugXbox|Xbox"
|
||||
OutputDirectory="DebugXbox"
|
||||
IntermediateDirectory="DebugXbox"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..,..\..\include"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,_XBOX,XBOX"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
PrecompiledHeaderFile=".\..\..\obj/LibLuaLib.pch"
|
||||
AssemblerListingLocation=".\..\..\obj/"
|
||||
ObjectFile=".\..\..\obj/"
|
||||
ProgramDataBaseFileName=".\..\..\obj/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\LibLuaLibXboxD.lib"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
@@ -120,6 +204,18 @@
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB;USE_POPEN=1;popen=_popen;pclose=_pclose;$(NoInherit)"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="DebugXbox|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB;USE_POPEN=1;popen=_popen;pclose=_pclose;$(NoInherit)"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="DebugXbox|Xbox">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB;USE_POPEN=1;popen=_popen;pclose=_pclose;$(NoInherit)"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\lmathlib.c">
|
||||
|
||||
Reference in New Issue
Block a user