Mercurial > sdl-ios-xcode
comparison VisualC/tests/checkkeys/checkkeys_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 |
---|---|
79 <SuppressStartupBanner>true</SuppressStartupBanner> | 79 <SuppressStartupBanner>true</SuppressStartupBanner> |
80 <GenerateDebugInformation>true</GenerateDebugInformation> | 80 <GenerateDebugInformation>true</GenerateDebugInformation> |
81 <ProgramDatabaseFile>.\Debug/checkkeys.pdb</ProgramDatabaseFile> | 81 <ProgramDatabaseFile>.\Debug/checkkeys.pdb</ProgramDatabaseFile> |
82 <SubSystem>Windows</SubSystem> | 82 <SubSystem>Windows</SubSystem> |
83 </Link> | 83 </Link> |
84 <PostBuildEvent> | |
85 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> | |
86 </PostBuildEvent> | |
87 <PostBuildEvent> | |
88 <Message>Copy SDL</Message> | |
89 </PostBuildEvent> | |
84 </ItemDefinitionGroup> | 90 </ItemDefinitionGroup> |
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
86 <Midl> | 92 <Midl> |
87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 93 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
88 <MkTypLibCompatible>true</MkTypLibCompatible> | 94 <MkTypLibCompatible>true</MkTypLibCompatible> |
116 <OutputFile>.\Release/checkkeys.exe</OutputFile> | 122 <OutputFile>.\Release/checkkeys.exe</OutputFile> |
117 <SuppressStartupBanner>true</SuppressStartupBanner> | 123 <SuppressStartupBanner>true</SuppressStartupBanner> |
118 <ProgramDatabaseFile>.\Release/checkkeys.pdb</ProgramDatabaseFile> | 124 <ProgramDatabaseFile>.\Release/checkkeys.pdb</ProgramDatabaseFile> |
119 <SubSystem>Windows</SubSystem> | 125 <SubSystem>Windows</SubSystem> |
120 </Link> | 126 </Link> |
127 <PostBuildEvent> | |
128 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> | |
129 </PostBuildEvent> | |
130 <PostBuildEvent> | |
131 <Message>Copy SDL</Message> | |
132 </PostBuildEvent> | |
121 </ItemDefinitionGroup> | 133 </ItemDefinitionGroup> |
122 <ItemGroup> | 134 <ItemGroup> |
123 <ClCompile Include="..\..\..\test\checkkeys.c" /> | 135 <ClCompile Include="..\..\..\test\checkkeys.c" /> |
124 </ItemGroup> | 136 </ItemGroup> |
125 <ItemGroup> | 137 <ItemGroup> |