aboutsummaryrefslogtreecommitdiff
path: root/tools/create_project
AgeCommit message (Collapse)Author
2011-02-14TOOLS: Switch create_project revision script check order to Git -> Hg -> ↵Littleboy
TortoiseSVN -> SVN
2011-02-12BUILD: Remove explicit references to SVN in revision variable names.Jordi Vilalta Prat
svn-id: r55898
2011-02-09TOOLS: Update create_project for change from sound/ to audio/Julien Templier
svn-id: r55853
2011-01-24TOOLS: Add better Code::Blocks support to create_projectJulien 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-23create_project: Add the video directory to the list of base directoriesFilippos Karapetis
svn-id: r55480
2011-01-20TOOLS: 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-20TOOLS: Add Indeo3 codec to the list of features in create_projectJulien Templier
svn-id: r55342
2011-01-18create_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-18Added Code::Blocks project files for the create_project toolFilippos Karapetis
svn-id: r55305
2011-01-16TOOLS: 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-01TOOLS: Capitalization fixFilippos Karapetis
svn-id: r54703
2010-12-01TOOLS: Added OpenGL support to Visual Studio project filesFilippos Karapetis
svn-id: r54701
2010-11-30TOOLS: Fix regression in create_project MSVC9 project creationJulien Templier
Debug build configurations were missing </Configuration> ending elements (see comments of bug #3121962) svn-id: r54681
2010-11-28CREATE_PROJECT: Updated project file generation for the gsoc2010-opengl ↵Filippos Karapetis
branch (thanks to LordHoto) svn-id: r54528
2010-11-23TOOLS: Update create_project makefileJulien Templier
svn-id: r54426
2010-11-23TOOLS: Add missing files for create_projectJulien Templier
svn-id: r54425
2010-11-23TOOLS: Move MSBuild and Visual Studio project providers to separate filesJulien 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-23TOOLS: Extract revision from svn/hg/git at build time in Visual StudioJulien Templier
- Simplify custom file output (for VS2010) - Fix postbuild.cmd error output svn-id: r54423
2010-11-19TOOLS: Move Visual Studio pre/post build events scripts to external filesJulien Templier
svn-id: r54381
2010-11-19TOOLS: Add stubs for external Pre/Post build scripts in Visual StudioJulien Templier
svn-id: r54380
2010-11-10TOOLS: Remove CXXFLAGS rule from create_project module.mkJulien Templier
svn-id: r54187
2010-11-10TOOLS: Fix typo in create_project MSVC9 project fileJulien Templier
svn-id: r54186
2010-11-10TOOLS: Add create_project toolJulien Templier
- Move project providers to their own source files - Add support for Code::Blocks - Add analysis build configuration for Visual Studio svn-id: r54182