log SConstruct @ 690:9dce3dbd4fa9

age author description
2010-07-05 prock Added some debug capability when building with mingw on windows. This should work for you if you have debug versions of python available.
2010-05-03 prock Debug is now automatically enabled when you build with profiling enabled.
2010-02-02 prock Added the install-dlls target for the win32 platform only. It copies all dlls to both the Python site-packages/fife directory and the <FIFE>/engine/python/fife directory. This assumes you have the Development Kit is installed in the build/win32 directory. I have not tested to make sure this doesn't break other platforms. [t:430]
2010-02-01 mvbarracuda * Adding missing ] to address syntax error
2010-01-31 prock Move the LINKFLAGS to a more appropriate spot.
2010-01-31 prock Fixed a small bug where CXXFLAGS was not being honored.
2010-01-27 prock Adding the correct header in a lot of files. Also made a small change to the CHANGES file by adding the 0.3.1 section.
2010-01-12 prock Removed the --release command line option and replaced it with --enable-debug. Release binaries are now built by default.
2010-01-12 prock Moved the check for the SWIG environment variable from darwin-config.py to Sconstruct so all platforms can use it. You should now be able to specify CXXFLAGS either by command line or by setting your CXXFLAGS environment variable.
2010-01-11 vtchill 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.
2009-07-10 nihathrael * Small fix to make scons work in a fakeroot environment on ArchLinux. If this causes breakage please contact me.
2009-06-16 LinuxDonald *revert part2 of fixing warnings because it donĀ“t work with windows fife sdk
2009-06-16 LinuxDonald *fixed scons warnings part2
2008-10-09 phoku * Fixed a scons issue, where libraries checked for C instead of C++
2008-06-29 mvbarracuda * Datasets becomes the new trunk and retires after that :-)