Commit Graph
5 Commits
Author SHA1 Message Date
Johannes Schickel c0434258f9 TOOLS: Fix Win64 MSVC project files.
This is done by adding the "SDL_BACKEND" define to x64 MSVC project files, otherwise linker errors would occur, since certain SDL code would not get compiled.

svn-id: r55266
2011-01-16 19:38:22 +00:00
Julien Templier 3cb5c64477 TOOLS: Move MSBuild and Visual Studio project providers to separate files
- Add option --build-events to run custom pre/post build events as part
   of the build (defaults to false and VS2010 only ATM)
 - Only run build events as part of VS2010 build with all engines enabled
   (ie. dev build)

svn-id: r54424
2010-11-23 11:22:31 +00:00
Julien Templier 569ad6caba TOOLS: Extract revision from svn/hg/git at build time in Visual Studio
- Simplify custom file output (for VS2010)
 - Fix postbuild.cmd error output

svn-id: r54423
2010-11-23 11:14:17 +00:00
Julien Templier ec9ad50c14 TOOLS: Move Visual Studio pre/post build events scripts to external files
svn-id: r54381
2010-11-19 14:12:33 +00:00
Julien Templier 66b172bb26 TOOLS: Add create_project tool
- Move project providers to their own source files
 - Add support for Code::Blocks
 - Add analysis build configuration for Visual Studio

svn-id: r54182
2010-11-10 03:56:42 +00:00