Mercurial > fife-parpg
annotate build/win32/update_swig_files.bat @ 693:5e010218273d
This commit is to back port a fix from 0.3.3 dev branch to the trunk. The directory provider will now use the boost::filesystem::is_directory function to determine if the passed in source is a directory. This allows a python client (through VFS::addNewSource) to add a directory source that is either an absolute path or a relative path from where the application is launched. [t:544]
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 08 Jun 2011 04:34:50 +0000 |
parents | 605d13efc6f9 |
children |
rev | line source |
---|---|
388
605d13efc6f9
More fixes for the win32 batch files to remove the need to overwrite the users path and define variables. [t:429]
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
384
diff
changeset
|
1 @echo off |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
2 |
388
605d13efc6f9
More fixes for the win32 batch files to remove the need to overwrite the users path and define variables. [t:429]
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
384
diff
changeset
|
3 :: run scons |
605d13efc6f9
More fixes for the win32 batch files to remove the need to overwrite the users path and define variables. [t:429]
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
384
diff
changeset
|
4 python applications\scons\scons.py -C ..\..\ fife-swig |