Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
4d6a742c
Commit
4d6a742c
authored
Dec 05, 2011
by
Andreas Schiffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated VS2010 project files
parent
29177954
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
120 additions
and
116 deletions
+120
-116
SDL_VS2010.vcxproj
VisualC/SDL/SDL_VS2010.vcxproj
+9
-5
checkkeys_VS2010.vcxproj
VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj
+4
-4
graywin_VS2010.vcxproj
VisualC/tests/graywin/graywin_VS2010.vcxproj
+4
-4
loopwave_VS2010.vcxproj
VisualC/tests/loopwave/loopwave_VS2010.vcxproj
+4
-4
testalpha_VS2010.vcxproj
VisualC/tests/testalpha/testalpha_VS2010.vcxproj
+8
-8
testcursor_VS2010.vcxproj
VisualC/tests/testcursor/testcursor_VS2010.vcxproj
+8
-8
testdraw2_VS2010.vcxproj
VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj
+4
-4
testfile_VS2010.vcxproj
VisualC/tests/testfile/testfile_VS2010.vcxproj
+4
-4
testgamma_VS2010.vcxproj
VisualC/tests/testgamma/testgamma_VS2010.vcxproj
+8
-8
testgl_VS2010.vcxproj
VisualC/tests/testgl/testgl_VS2010.vcxproj
+4
-4
testgl2_VS2010.vcxproj
VisualC/tests/testgl2/testgl2_VS2010.vcxproj
+4
-4
testjoystick_VS2010.vcxproj
VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj
+4
-4
testoverlay_VS2010.vcxproj
VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj
+8
-8
testoverlay2_VS2010.vcxproj
VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj
+8
-8
testplatform_VS2010.vcxproj
VisualC/tests/testplatform/testplatform_VS2010.vcxproj
+4
-4
testpower_VS2010.vcxproj
VisualC/tests/testpower/testpower_VS2010.vcxproj
+4
-4
testshape_VS2010.vcxproj
VisualC/tests/testshape/testshape_VS2010.vcxproj
+4
-4
testsprite_VS2010.vcxproj
VisualC/tests/testsprite/testsprite_VS2010.vcxproj
+8
-8
testsprite2_VS2010.vcxproj
VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj
+8
-8
testvidinfo_VS2010.vcxproj
VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj
+4
-4
testwin_VS2010.vcxproj
VisualC/tests/testwin/testwin_VS2010.vcxproj
+7
-7
No files found.
VisualC/SDL/SDL_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -82,7 +82,7 @@
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
;$(DXSDK_DIR)\Include;$(DXSDK_DIR)\Include
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
...
...
@@ -103,6 +103,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<CLRUnmanagedCodeCheck>
false
</CLRUnmanagedCodeCheck>
<AdditionalLibraryDirectories>
$(DXSDK_DIR)\lib\x86
</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
...
@@ -114,7 +115,7 @@
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
;$(DXSDK_DIR)\Include;
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
...
...
@@ -133,6 +134,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<CLRUnmanagedCodeCheck>
false
</CLRUnmanagedCodeCheck>
<AdditionalLibraryDirectories>
$(DXSDK_DIR)\lib\x64
</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
...
...
@@ -146,7 +148,7 @@
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
;$(DXSDK_DIR)\Include;
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
NDEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -166,6 +168,7 @@
<AdditionalDependencies>
winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<IgnoreAllDefaultLibraries>
true
</IgnoreAllDefaultLibraries>
<SubSystem>
Windows
</SubSystem>
<AdditionalLibraryDirectories>
$(DXSDK_DIR)\lib\x86
</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
...
...
@@ -178,7 +181,7 @@
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<IntrinsicFunctions>
false
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\include;%(AdditionalIncludeDirectories)
;$(DXSDK_DIR)\Include;
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
NDEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
...
...
@@ -196,6 +199,7 @@
<AdditionalDependencies>
winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<IgnoreAllDefaultLibraries>
true
</IgnoreAllDefaultLibraries>
<SubSystem>
Windows
</SubSystem>
<AdditionalLibraryDirectories>
$(DXSDK_DIR)\lib\x64
</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
...
...
@@ -438,4 +442,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/graywin/graywin_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/loopwave/loopwave_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testalpha/testalpha_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -211,8 +211,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testcursor/testcursor_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -107,8 +107,8 @@
<OutputFile>
.\Debug/testcursor.bsc
</OutputFile>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -143,8 +143,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<OutputFile>
.\Debug/testcursor.bsc
</OutputFile>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(Platform)\$(Configuration)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -181,8 +181,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(Platform)\$(Configuration)\icon.bmp</Comm
<OutputFile>
.\Release/testcursor.bsc
</OutputFile>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -218,8 +218,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<OutputFile>
.\Release/testcursor.bsc
</OutputFile>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testfile/testfile_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testgamma/testgamma_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -211,8 +211,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testgl/testgl_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -106,7 +106,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -141,7 +141,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -177,7 +177,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -212,7 +212,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testgl2/testgl2_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -106,7 +106,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -141,7 +141,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -177,7 +177,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -212,7 +212,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -106,8 +106,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -141,8 +141,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp
$(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy $(SolutionDir)\..\test\sample.bmp
" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -177,8 +177,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -212,8 +212,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bm
p
</Command>
<Command>
copy
" $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bm"
p
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -212,8 +212,8 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat</Command>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
</Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testplatform/testplatform_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -106,7 +106,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -140,7 +140,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -183,7 +183,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -218,7 +218,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testpower/testpower_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testshape/testshape_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testsprite/testsprite_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -212,8 +212,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -211,8 +211,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,7 +105,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -139,7 +139,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dl
l
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dl"
l
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -174,7 +174,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
@@ -208,7 +208,7 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL
</Message>
...
...
VisualC/tests/testwin/testwin_VS2010.vcxproj
View file @
4d6a742c
...
...
@@ -105,8 +105,8 @@
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -140,8 +140,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -176,8 +176,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<SubSystem>
Windows
</SubSystem>
</Link>
<PostBuildEvent>
<Command>
copy
$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy
$(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
</Command>
<Command>
copy
"$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll"
copy
"$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
@@ -213,7 +213,7 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp</Command>
<PostBuildEvent>
<Command>
copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(
Projec
tDir)\sample.bmp
</Command>
copy $(SolutionDir)\..\test\sample.bmp $(
Targe
tDir)\sample.bmp
</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Copy SDL and data files
</Message>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment