From 1de226a8c893323011e29456184a421778ebefed Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 10 Dec 2011 12:50:52 +0000 Subject: Adding a little helper to allow quicker turnaround. If you create an environment variable with the name "STARSHATTERPATH" pointing to the directory where Starshatter is installed (C:\Matrix Games\Starshatter by default), builds will automatically be copied there once compilation is finished. --- Stars45/Stars.vcxproj | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'Stars45') diff --git a/Stars45/Stars.vcxproj b/Stars45/Stars.vcxproj index 085f6a8..f54e43e 100644 --- a/Stars45/Stars.vcxproj +++ b/Stars45/Stars.vcxproj @@ -53,13 +53,14 @@ $(SolutionDir)\$(Configuration)\ true $(DXSDK_DIR)\include;$(IncludePath) - $(ProjectName)_D + Starshatter_D $(SolutionDir)\$(Configuration)\ $(SolutionDir)\$(Configuration)\ false $(DXSDK_DIR)\include;$(IncludePath) + Starshatter $(DXSDK_DIR)\include;$(IncludePath) @@ -105,11 +106,16 @@ true true Windows - $(SolutionDir)$(Configuration)\$(SolutionName).exe + $(SolutionDir)$(Configuration)\$(SolutionName)_D.exe ..\Opcode\Debug\Opcode_D.lib;..\ngenex\debug\ngenex.lib;..\netex\debug\netex.lib;..\zlib\debug\zlib.lib;..\libpng\debug\libpng.lib;wsock32.lib;..\DirectX\lib\dinput.lib;dsound.lib;d3d9.lib;d3dx9.lib;dxguid.lib;winmm.lib;version.lib;ogg_static.lib;vorbis_static.lib;vorbisfile_static.lib;Vfw32.lib;%(AdditionalDependencies) $(DXSDK_DIR)\lib\x86\;..\oggvorbis\lib;%(AdditionalLibraryDirectories) libcmt.lib + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + Copying build... + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + @@ -150,6 +156,11 @@ ..\Opcode\Release\Opcode.lib;..\ngenex\release\ngenex.lib;..\netex\release\netex.lib;..\zlib\release\zlib.lib;..\libpng\release\libpng.lib;wsock32.lib;..\DirectX\lib\dinput.lib;dsound.lib;d3d9.lib;d3dx9.lib;dxguid.lib;winmm.lib;version.lib;ogg_static.lib;vorbis_static.lib;vorbisfile_static.lib;Vfw32.lib;%(AdditionalDependencies) $(DXSDK_DIR)\lib\x86\;..\oggvorbis\lib;%(AdditionalLibraryDirectories) + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + Copying build... + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + -- cgit v1.1