comparison VisualC/tests/testgl2/testgl2_VS2010.vcxproj @ 5035:5bb673951db2

Added post build step to copy SDL and data files into the test projects
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 13:07:25 -0800
parents f205711f73d5
children fc26fb7e20af
comparison
equal deleted inserted replaced
5034:203ed3b1d62c 5035:5bb673951db2
80 <SuppressStartupBanner>true</SuppressStartupBanner> 80 <SuppressStartupBanner>true</SuppressStartupBanner>
81 <GenerateDebugInformation>true</GenerateDebugInformation> 81 <GenerateDebugInformation>true</GenerateDebugInformation>
82 <ProgramDatabaseFile>.\Debug/testgl2.pdb</ProgramDatabaseFile> 82 <ProgramDatabaseFile>.\Debug/testgl2.pdb</ProgramDatabaseFile>
83 <SubSystem>Windows</SubSystem> 83 <SubSystem>Windows</SubSystem>
84 </Link> 84 </Link>
85 <PostBuildEvent>
86 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
87 </PostBuildEvent>
88 <PostBuildEvent>
89 <Message>Copy SDL</Message>
90 </PostBuildEvent>
85 </ItemDefinitionGroup> 91 </ItemDefinitionGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87 <Midl> 93 <Midl>
88 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 <MkTypLibCompatible>true</MkTypLibCompatible> 95 <MkTypLibCompatible>true</MkTypLibCompatible>
118 <OutputFile>.\Release/testgl2.exe</OutputFile> 124 <OutputFile>.\Release/testgl2.exe</OutputFile>
119 <SuppressStartupBanner>true</SuppressStartupBanner> 125 <SuppressStartupBanner>true</SuppressStartupBanner>
120 <ProgramDatabaseFile>.\Release/testgl2.pdb</ProgramDatabaseFile> 126 <ProgramDatabaseFile>.\Release/testgl2.pdb</ProgramDatabaseFile>
121 <SubSystem>Windows</SubSystem> 127 <SubSystem>Windows</SubSystem>
122 </Link> 128 </Link>
129 <PostBuildEvent>
130 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
131 </PostBuildEvent>
132 <PostBuildEvent>
133 <Message>Copy SDL</Message>
134 </PostBuildEvent>
123 </ItemDefinitionGroup> 135 </ItemDefinitionGroup>
124 <ItemGroup> 136 <ItemGroup>
125 <ClCompile Include="..\..\..\test\common.c" /> 137 <ClCompile Include="..\..\..\test\common.c" />
126 <ClCompile Include="..\..\..\test\testgl2.c" /> 138 <ClCompile Include="..\..\..\test\testgl2.c" />
127 </ItemGroup> 139 </ItemGroup>