--- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/checkkeys.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/checkkeys.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\test\checkkeys.c" />
--- a/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/graywin/graywin_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/graywin.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/graywin.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\test\graywin.c" />
--- a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Release/loopwave.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Debug/loopwave.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\Test\Loopwave.c" />
--- a/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testalpha/testalpha_VS2008.vcproj Wed Jan 19 13:07:25 2011 -0800
@@ -102,8 +102,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
+ Description="Copy SDL and data files"
+ CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
/>
</Configuration>
<Configuration
@@ -194,8 +194,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
+ Description="Copy SDL and data files"
+ CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp"
/>
</Configuration>
</Configurations>
--- a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Debug/testalpha.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)'=='Release|Win32'">
<Midl>
@@ -118,6 +125,13 @@
<ProgramDatabaseFile>.\Release/testalpha.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>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Release/testdraw2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Debug/testdraw2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\test\common.c" />
--- a/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testfile/testfile_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/testfile.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/testfile.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/testgamma.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/testgamma.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testgl/testgl_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -82,6 +82,12 @@
<ProgramDatabaseFile>.\Debug/testgl.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -120,6 +126,12 @@
<ProgramDatabaseFile>.\Release/testgl.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -82,6 +82,12 @@
<ProgramDatabaseFile>.\Debug/testgl2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -120,6 +126,12 @@
<ProgramDatabaseFile>.\Release/testgl2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\test\common.c" />
--- a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Release/testjoystick.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Debug/testjoystick.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Release/testoverlay.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.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/testoverlay.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL and data files</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Release/testoverlay2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat</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/testoverlay2.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL and data files</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testpalette/testpalette_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Release/testpalette.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.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/testpalette.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sail.bmp $(ProjectDir)\sail.bmp</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL and data files</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -85,6 +85,12 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\Debug/testplatform.bsc</OutputFile>
</Bscmake>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -126,6 +132,12 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>.\Release/testplatform.bsc</OutputFile>
</Bscmake>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/testpower.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/testpower.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
@@ -131,4 +143,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
--- a/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testshape/testshape_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Release/testshape.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Debug/testshape.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Release/testsprite.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/testsprite.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>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- 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" />
--- a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Release/testvidinfo.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Debug/testvidinfo.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testwin/testwin_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,13 @@
<ProgramDatabaseFile>.\Debug/testwin.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL and data files</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +125,13 @@
<ProgramDatabaseFile>.\Release/testwin.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
+copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL and data files</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />
--- a/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:07:06 2011 -0800
+++ b/VisualC/tests/testwm/testwm_VS2010.vcxproj Wed Jan 19 13:07:25 2011 -0800
@@ -81,6 +81,12 @@
<ProgramDatabaseFile>.\Debug/testwm.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -118,6 +124,12 @@
<ProgramDatabaseFile>.\Release/testwm.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
</Link>
+ <PostBuildEvent>
+ <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
+ </PostBuildEvent>
+ <PostBuildEvent>
+ <Message>Copy SDL</Message>
+ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Library Include="..\..\Sdl\Debug\SDL.lib" />