forked from bartvdbraak/blender
9dea66a835
The new blender.sln is now found in directory projectfiles_vc7\\blender. Update to the INSTALL file will follow soon.
140 lines
4.1 KiB
XML
140 lines
4.1 KiB
XML
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="guardedalloc"
|
|
ProjectGUID="{1CC733F1-6AB5-4904-8F63-C08C46B79DD9}"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\..\..\..\..\obj\windows\intern\guardedalloc"
|
|
IntermediateDirectory=".\..\..\..\..\obj\windows\intern\guardedalloc"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="..\.."
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="4"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\guardedalloc/guardedalloc.pch"
|
|
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\guardedalloc/"
|
|
ObjectFile=".\..\..\..\..\obj\windows\intern\guardedalloc/"
|
|
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\guardedalloc/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\obj\windows\intern\guardedalloc\libguardedalloc.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="ECHO Copying header files
|
|
XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\
|
|
ECHO Copying lib
|
|
XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\*.lib
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\..\..\..\..\obj\windows\intern\guardedalloc\debug"
|
|
IntermediateDirectory=".\..\..\..\..\obj\windows\intern\guardedalloc\debug"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\.."
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\..\..\..\..\obj\windows\intern\guardedalloc\debug/guardedalloc.pch"
|
|
AssemblerListingLocation=".\..\..\..\..\obj\windows\intern\guardedalloc\debug/"
|
|
ObjectFile=".\..\..\..\..\obj\windows\intern\guardedalloc\debug/"
|
|
ProgramDataBaseFileName=".\..\..\..\..\obj\windows\intern\guardedalloc\debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\obj\windows\intern\guardedalloc\debug\libguardedalloc.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="ECHO Copying header files
|
|
XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\
|
|
ECHO Copying lib
|
|
XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\debug\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\debug\*.lib
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="..\..\intern\mallocn.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<Filter
|
|
Name="extern"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\MEM_guardedalloc.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|