comparison build/win32/update_project_files.bat @ 648:6837a83471e0

* Fixed project files generation * The old generated project files were not deleted when update_project_files.bat was run for a 2nd time
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 14 Oct 2010 13:02:47 +0000
parents 605d13efc6f9
children
comparison
equal deleted inserted replaced
647:f2b3512d0e60 648:6837a83471e0
1 @echo off 1 @echo off
2
3 SET _=%CD%
2 4
3 :: Delete old generated project files to ensure that they get generated from scratch again 5 :: Delete old generated project files to ensure that they get generated from scratch again
4 cd %_%\build_environments 6 cd %_%\build_environments
5 del code_blocks\fife.cbp 7 del code_blocks\fife.cbp
6 del visual_studio_8\fife.vcproj 8 del visual_studio_8\fife.vcproj
7 del visual_studio_9\fife.vcproj 9 del visual_studio_9\fife.vcproj
8 10
9 :: run scons 11 :: run scons
12 cd %_%
10 python applications\scons\scons.py -C ..\..\ projects 13 python applications\scons\scons.py -C ..\..\ projects
11 14