log SConstruct @ 697:ecaa4d98f05f tip

age author description
Mon, 05 Jul 2010 19:36:41 +0000 prock Added some debug capability when building with mingw on windows. This should work for you if you have debug versions of python available.
Mon, 03 May 2010 15:56:00 +0000 prock Debug is now automatically enabled when you build with profiling enabled.
Tue, 02 Feb 2010 20:47:20 +0000 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]
Mon, 01 Feb 2010 12:52:13 +0000 mvbarracuda * Adding missing ] to address syntax error
Sun, 31 Jan 2010 17:17:23 +0000 prock Move the LINKFLAGS to a more appropriate spot.
Sun, 31 Jan 2010 05:02:24 +0000 prock Fixed a small bug where CXXFLAGS was not being honored.
Wed, 27 Jan 2010 15:58:49 +0000 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.