Mercurial > sdl-ios-xcode
comparison VisualC/tests/testplatform/testplatform_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 |
---|---|
83 </Link> | 83 </Link> |
84 <Bscmake> | 84 <Bscmake> |
85 <SuppressStartupBanner>true</SuppressStartupBanner> | 85 <SuppressStartupBanner>true</SuppressStartupBanner> |
86 <OutputFile>.\Debug/testplatform.bsc</OutputFile> | 86 <OutputFile>.\Debug/testplatform.bsc</OutputFile> |
87 </Bscmake> | 87 </Bscmake> |
88 <PostBuildEvent> | |
89 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> | |
90 </PostBuildEvent> | |
91 <PostBuildEvent> | |
92 <Message>Copy SDL</Message> | |
93 </PostBuildEvent> | |
88 </ItemDefinitionGroup> | 94 </ItemDefinitionGroup> |
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
90 <Midl> | 96 <Midl> |
91 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 97 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
92 <MkTypLibCompatible>true</MkTypLibCompatible> | 98 <MkTypLibCompatible>true</MkTypLibCompatible> |
124 </Link> | 130 </Link> |
125 <Bscmake> | 131 <Bscmake> |
126 <SuppressStartupBanner>true</SuppressStartupBanner> | 132 <SuppressStartupBanner>true</SuppressStartupBanner> |
127 <OutputFile>.\Release/testplatform.bsc</OutputFile> | 133 <OutputFile>.\Release/testplatform.bsc</OutputFile> |
128 </Bscmake> | 134 </Bscmake> |
135 <PostBuildEvent> | |
136 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> | |
137 </PostBuildEvent> | |
138 <PostBuildEvent> | |
139 <Message>Copy SDL</Message> | |
140 </PostBuildEvent> | |
129 </ItemDefinitionGroup> | 141 </ItemDefinitionGroup> |
130 <ItemGroup> | 142 <ItemGroup> |
131 <Library Include="..\..\Sdl\Debug\SDL.lib" /> | 143 <Library Include="..\..\Sdl\Debug\SDL.lib" /> |
132 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> | 144 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> |
133 </ItemGroup> | 145 </ItemGroup> |