warzone2100/build_tools/autorevision
buginator c617bfd26c MSVC only change, using STLport to bypass the severe performance
hits with MSVC's STL code.

The change does *not* break MS's STL usage, so you can freely swap
between both of them.

When adding STL functions, it is best you use MS's STL for the extra
debugging code they throw in, it actually does catch some errors.
Once you don't need the extra debugging code, then I use STLport, since
MS's STL code can't disable all the checks, and it has a huge performance
hit.
2010-12-05 13:59:40 -05:00
..
Makefile.am Put autorevision.h into builddir, not srcdir. 2009-11-22 16:19:56 +01:00
autorevision.cpp MSVC only change, using STLport to bypass the severe performance 2010-12-05 13:59:40 -05:00
autorevision.vcproj Get rid of unnecessary warnings when compiling release build using MSVC. 2008-04-01 15:56:39 +00:00
makefile.win32 * -mwindows is a linker flag, so move it from CFLAGS and CXXFLAGS to LDFLAGS 2008-07-23 13:48:50 +00:00