Go to file
Andrew Wiggin 15bd96efeb Fix RelWithDebInfo build.
RelWithDebInfo sets the library path to only include release libraries (e.g. python32.lib) but defining _DEBUG when #include'ing python headers inserts a linker directive to require for python32_d.lib. Additionally, RelWithDebInfo should be different from release build in that it builds debugger symbols (.PDBs), it should not have asserts and other debug code.
2011-10-29 16:14:38 +00:00
build_files tweak remove_strict_flags so it can be used with gcc's -Wall 2011-10-27 07:26:41 +00:00
doc patch [#29049] Minor phrasing and grammar patch 2011-10-28 01:10:46 +00:00
extern edits to cmake 2011-10-25 13:41:43 +00:00
intern OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST and QT with default compiler 2011-10-27 15:50:51 +00:00
po remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
release fix [#29063] reprojetion painting : failed to create opengl offscreen buffer 2011-10-28 02:10:02 +00:00
source bug from revision 2!, error noticed kjym3 on IRC, buffer overrun on lbarray, was 30 but 39 items beting accessed, surprising this didnt crash earlier. 2011-10-29 11:15:12 +00:00
CMakeLists.txt Fix RelWithDebInfo build. 2011-10-29 16:14:38 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00
SConstruct Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00