Commit graph

5 commits

Author SHA1 Message Date
Max Horn
6cf1de87ac DEVTOOLS: Renamed 'tools' directory to 'devtools' 2011-04-09 23:47:35 +02:00
Littleboy
c0d8154131 TOOLS: Update Code::Blocks project generation
The Sword2.5 engine needs access to vorbis and theora headers. This patch adds the scummvm libs include directory to the include search path for this engine.
2011-03-31 19:29:17 -04:00
Julien Templier
d18a96fb0e TOOLS: Add better Code::Blocks support to create_project
- 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-24 12:41:02 +00:00
Julien Templier
dd3894a442 TOOLS: Allow compilation and linking from inside the Code::Blocks IDE with 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 07:29:45 +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