Mercurial > fife-parpg
changeset 168:4264af33bb3c
* Fixed pre-build events for Visual Studio projects
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 14 Jan 2009 15:25:53 +0000 |
parents | 10a5f9e6c03f |
children | 49e0633b7dd2 |
files | build/win32/build_environments/visual_studio_8/engine_template.xml build/win32/build_environments/visual_studio_9/engine_template.xml |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/build/win32/build_environments/visual_studio_8/engine_template.xml Wed Jan 14 12:52:04 2009 +0000 +++ b/build/win32/build_environments/visual_studio_8/engine_template.xml Wed Jan 14 15:25:53 2009 +0000 @@ -15,7 +15,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCXMLDataGeneratorTool"/> @@ -63,7 +63,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCXMLDataGeneratorTool"/> @@ -103,7 +103,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCXMLDataGeneratorTool"/> @@ -143,7 +143,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCXMLDataGeneratorTool"/>
--- a/build/win32/build_environments/visual_studio_9/engine_template.xml Wed Jan 14 12:52:04 2009 +0000 +++ b/build/win32/build_environments/visual_studio_9/engine_template.xml Wed Jan 14 15:25:53 2009 +0000 @@ -26,7 +26,7 @@ <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1
" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool" @@ -105,7 +105,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1
" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool" @@ -172,7 +172,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1
" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool" @@ -237,7 +237,7 @@ <Tool Name="VCPreBuildEventTool" - CommandLine="cd ..\..\..\..
build\win32\applications\scons\scons projectfiles_only=1
" + CommandLine="cd ..\..\
update_project_files.bat" /> <Tool Name="VCCustomBuildTool"