[Change] Fixed up to copy dll's to /Unuk/Bin on release build.
This commit is contained in:
parent
ab999c39c4
commit
881ceb14fd
@ -1,211 +1,213 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9.00"
|
Version="9.00"
|
||||||
Name="Unuk"
|
Name="Unuk"
|
||||||
ProjectGUID="{11A27A91-A8BA-4267-949A-FE5D3DEF3B1A}"
|
ProjectGUID="{11A27A91-A8BA-4267-949A-FE5D3DEF3B1A}"
|
||||||
RootNamespace="Unuk"
|
RootNamespace="Unuk"
|
||||||
Keyword="Win32Proj"
|
Keyword="Win32Proj"
|
||||||
TargetFrameworkVersion="196613"
|
TargetFrameworkVersion="196613"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"
|
Name="Win32"
|
||||||
/>
|
/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<ToolFiles>
|
<ToolFiles>
|
||||||
</ToolFiles>
|
</ToolFiles>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
CharacterSet="1"
|
CharacterSet="1"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"
|
Name="VCXMLDataGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\..\src\Libs\;..\..\Dependencies\Include\"
|
AdditionalIncludeDirectories="..\..\..\src\Libs\;..\..\Dependencies\Include\"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
||||||
MinimalRebuild="true"
|
MinimalRebuild="true"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="SDL.lib SDL_gfx.lib SDL_image.lib SDL_ttf.lib TinyXML.lib OpenGL32.lib GLU32.lib"
|
AdditionalDependencies="SDL.lib SDL_gfx.lib SDL_image.lib SDL_ttf.lib TinyXML.lib OpenGL32.lib GLU32.lib"
|
||||||
OutputFile="$(OutDir)$(TargetName)$(TargetExt)"
|
OutputFile="$(OutDir)$(TargetName)$(TargetExt)"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="..\..\Dependencies\Lib\"
|
AdditionalLibraryDirectories="..\..\Dependencies\Lib\"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManifestTool"
|
Name="VCManifestTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXDCMakeTool"
|
Name="VCXDCMakeTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCBscMakeTool"
|
Name="VCBscMakeTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCFxCopTool"
|
Name="VCFxCopTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
CommandLine=""
|
||||||
</Configuration>
|
/>
|
||||||
<Configuration
|
</Configuration>
|
||||||
Name="Release|Win32"
|
<Configuration
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
Name="Release|Win32"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
CharacterSet="1"
|
ConfigurationType="1"
|
||||||
WholeProgramOptimization="1"
|
CharacterSet="1"
|
||||||
>
|
WholeProgramOptimization="1"
|
||||||
<Tool
|
>
|
||||||
Name="VCPreBuildEventTool"
|
<Tool
|
||||||
/>
|
Name="VCPreBuildEventTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCCustomBuildTool"
|
<Tool
|
||||||
/>
|
Name="VCCustomBuildTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCXMLDataGeneratorTool"
|
<Tool
|
||||||
/>
|
Name="VCXMLDataGeneratorTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
<Tool
|
||||||
/>
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCMIDLTool"
|
<Tool
|
||||||
/>
|
Name="VCMIDLTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCCLCompilerTool"
|
<Tool
|
||||||
Optimization="2"
|
Name="VCCLCompilerTool"
|
||||||
EnableIntrinsicFunctions="true"
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="..\..\..\src\Libs\;..\..\Dependencies\Include\"
|
EnableIntrinsicFunctions="true"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
AdditionalIncludeDirectories="..\..\..\src\Libs\;..\..\Dependencies\Include\"
|
||||||
RuntimeLibrary="2"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||||
EnableFunctionLevelLinking="true"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
EnableFunctionLevelLinking="true"
|
||||||
WarningLevel="3"
|
UsePrecompiledHeader="0"
|
||||||
DebugInformationFormat="3"
|
WarningLevel="3"
|
||||||
/>
|
DebugInformationFormat="3"
|
||||||
<Tool
|
/>
|
||||||
Name="VCManagedResourceCompilerTool"
|
<Tool
|
||||||
/>
|
Name="VCManagedResourceCompilerTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCResourceCompilerTool"
|
<Tool
|
||||||
/>
|
Name="VCResourceCompilerTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCPreLinkEventTool"
|
<Tool
|
||||||
/>
|
Name="VCPreLinkEventTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCLinkerTool"
|
<Tool
|
||||||
AdditionalDependencies="SDL.lib SDL_gfx.lib SDL_image.lib SDL_ttf.lib TinyXML.lib OpenGL32.lib GLU32.lib"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\..\Bin\$(ProjectName).exe"
|
AdditionalDependencies="SDL.lib SDL_gfx.lib SDL_image.lib SDL_ttf.lib TinyXML.lib OpenGL32.lib GLU32.lib"
|
||||||
LinkIncremental="1"
|
OutputFile="..\..\..\Bin\$(ProjectName).exe"
|
||||||
AdditionalLibraryDirectories="..\..\Dependencies\Lib\"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="false"
|
AdditionalLibraryDirectories="..\..\Dependencies\Lib\"
|
||||||
SubSystem="2"
|
GenerateDebugInformation="false"
|
||||||
OptimizeReferences="2"
|
SubSystem="2"
|
||||||
EnableCOMDATFolding="2"
|
OptimizeReferences="2"
|
||||||
TargetMachine="1"
|
EnableCOMDATFolding="2"
|
||||||
/>
|
TargetMachine="1"
|
||||||
<Tool
|
/>
|
||||||
Name="VCALinkTool"
|
<Tool
|
||||||
/>
|
Name="VCALinkTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCManifestTool"
|
<Tool
|
||||||
/>
|
Name="VCManifestTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCXDCMakeTool"
|
<Tool
|
||||||
/>
|
Name="VCXDCMakeTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCBscMakeTool"
|
<Tool
|
||||||
/>
|
Name="VCBscMakeTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCFxCopTool"
|
<Tool
|
||||||
/>
|
Name="VCFxCopTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCAppVerifierTool"
|
<Tool
|
||||||
/>
|
Name="VCAppVerifierTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCPostBuildEventTool"
|
<Tool
|
||||||
/>
|
Name="VCPostBuildEventTool"
|
||||||
</Configuration>
|
CommandLine="copy ..\..\Dependencies\Bin\jpeg.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libfreetype-6.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libpng12-0.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\libtiff-3.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_gfx.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_image.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\SDL_ttf.dll ..\..\..\Bin\
copy ..\..\Dependencies\Bin\zlib.dll ..\..\..\Bin\
"
|
||||||
</Configurations>
|
/>
|
||||||
<References>
|
</Configuration>
|
||||||
</References>
|
</Configurations>
|
||||||
<Files>
|
<References>
|
||||||
<File
|
</References>
|
||||||
RelativePath="..\..\..\src\Unuk\Constants.h"
|
<Files>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Constants.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Game.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Game.cpp"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Game.h"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Game.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Globals.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Globals.cpp"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Globals.h"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Globals.h"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\main.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\main.cpp"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Player.cpp"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Player.cpp"
|
||||||
<File
|
>
|
||||||
RelativePath="..\..\..\src\Unuk\Player.h"
|
</File>
|
||||||
>
|
<File
|
||||||
</File>
|
RelativePath="..\..\..\src\Unuk\Player.h"
|
||||||
</Files>
|
>
|
||||||
<Globals>
|
</File>
|
||||||
</Globals>
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
Loading…
Reference in New Issue
Block a user