Mercurial > sdl-ios-xcode
diff VisualC/tests/testsprite2/testsprite2_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 |
line wrap: on
line diff
--- a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800 +++ b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800 @@ -81,6 +81,13 @@ <ProgramDatabaseFile>.\Release/testsprite2.pdb</ProgramDatabaseFile> <SubSystem>Windows</SubSystem> </Link> + <PostBuildEvent> + <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command> + </PostBuildEvent> + <PostBuildEvent> + <Message>Copy SDL and data files</Message> + </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Midl> @@ -118,6 +125,13 @@ <ProgramDatabaseFile>.\Debug/testsprite2.pdb</ProgramDatabaseFile> <SubSystem>Windows</SubSystem> </Link> + <PostBuildEvent> + <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command> + </PostBuildEvent> + <PostBuildEvent> + <Message>Copy SDL and data files</Message> + </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\..\test\common.c" />