Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | TOOLS: Switch create_project revision script check order to Git -> Hg -> ↵ | Littleboy | |
TortoiseSVN -> SVN | |||
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-09 | TOOLS: Update create_project for change from sound/ to audio/ | Julien Templier | |
svn-id: r55853 | |||
2011-01-24 | TOOLS: Add better Code::Blocks support to create_project | Julien Templier | |
- Update searchs path and library names to use the mingw precompiled libraries directly - Enhance batch file to handle the same arguments as the MSVC one svn-id: r55499 | |||
2011-01-23 | create_project: Add the video directory to the list of base directories | Filippos Karapetis | |
svn-id: r55480 | |||
2011-01-20 | TOOLS: Allow compilation and linking from inside the Code::Blocks IDE with ↵ | Julien Templier | |
create_project-created workspaces - Fix include directory search order - Add custom tool command for asm files - Change linker search directory to SCUMMVM_LIBS/lib/mingw (libraries from the precompiled mingw package will need to be renamed to match the names from the MSVC precompiled package and be of the form lib<name>.a) svn-id: r55345 | |||
2011-01-20 | TOOLS: Add Indeo3 codec to the list of features in create_project | Julien Templier | |
svn-id: r55342 | |||
2011-01-18 | create_project: Add the lpcrt4 library normally in the libraries section of ↵ | Filippos Karapetis | |
Code::Blocks, not as a command switch svn-id: r55306 | |||
2011-01-18 | Added Code::Blocks project files for the create_project tool | Filippos Karapetis | |
svn-id: r55305 | |||
2011-01-16 | TOOLS: Fix Win64 MSVC project files. | Johannes Schickel | |
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 | |||
2010-12-01 | TOOLS: Capitalization fix | Filippos Karapetis | |
svn-id: r54703 | |||
2010-12-01 | TOOLS: Added OpenGL support to Visual Studio project files | Filippos Karapetis | |
svn-id: r54701 | |||
2010-11-30 | TOOLS: Fix regression in create_project MSVC9 project creation | Julien Templier | |
Debug build configurations were missing </Configuration> ending elements (see comments of bug #3121962) svn-id: r54681 | |||
2010-11-28 | CREATE_PROJECT: Updated project file generation for the gsoc2010-opengl ↵ | Filippos Karapetis | |
branch (thanks to LordHoto) svn-id: r54528 | |||
2010-11-23 | TOOLS: Update create_project makefile | Julien Templier | |
svn-id: r54426 | |||
2010-11-23 | TOOLS: Add missing files for create_project | Julien Templier | |
svn-id: r54425 | |||
2010-11-23 | TOOLS: Move MSBuild and Visual Studio project providers to separate files | Julien Templier | |
- 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 | TOOLS: Extract revision from svn/hg/git at build time in Visual Studio | Julien Templier | |
- Simplify custom file output (for VS2010) - Fix postbuild.cmd error output svn-id: r54423 | |||
2010-11-19 | TOOLS: Move Visual Studio pre/post build events scripts to external files | Julien Templier | |
svn-id: r54381 | |||
2010-11-19 | TOOLS: Add stubs for external Pre/Post build scripts in Visual Studio | Julien Templier | |
svn-id: r54380 | |||
2010-11-10 | TOOLS: Remove CXXFLAGS rule from create_project module.mk | Julien Templier | |
svn-id: r54187 | |||
2010-11-10 | TOOLS: Fix typo in create_project MSVC9 project file | Julien Templier | |
svn-id: r54186 | |||
2010-11-10 | TOOLS: Add create_project tool | Julien Templier | |
- Move project providers to their own source files - Add support for Code::Blocks - Add analysis build configuration for Visual Studio svn-id: r54182 |