aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
AgeCommit message (Collapse)Author
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2011-12-30CREATE_PROJECT: Add support for enabling the key mapper featureFilippos Karapetis
2011-12-28CREATE_PROJECT: Add a hack to handle the KYRARPG_COMMON_OBJ variable in the ↵Filippos Karapetis
module.mk file of the kyra engine
2011-12-28CREATE_PROJECT: Silence warnings 4510 and 4610 in the kyra engineFilippos Karapetis
2011-11-27JANITORIAL: Remove extra semicolons.Christoph Mallon
2011-11-25BUILD: Sync create_project with configure engine option changes.Alyssa Milburn
2011-11-20ALL: Remove more m4/mads leftovers.Johannes Schickel
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something.
2011-11-17CREATE_PROJECT: Silence warnings 4345 globally and 4355 in DreamwebFilippos Karapetis
2011-09-06CREATE_PROJECT: Document the --tools switch in the inline helpLittleboy
2011-09-06CREATE_PROJECT: Add support for creating Visual Studio projects for the dev ↵Littleboy
tools - Move project name and description to BuildSetup structure - Add list of tools to generate project for (similar to the list of features)
2011-09-06CREATE_PROJECT: Disable XCode support by defaultLittleboy
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-07-19CREATE_PROJECT: Enabled the new Bink video support featureFilippos Karapetis
2011-07-09CREATE_PROJECT: Quote parameters in MSVC10 post-build step.Alyssa Milburn
Also, do the same commands for Release and Debug.
2011-07-04CREATE_PROJECT: Remove copying of README-SDL in postbuild command scriptLittleboy
2011-07-01CREATE_PROJECT: Update with new location of NSIS script and updated parametersLittleboy
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-16TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked librariesLittleboy
2011-06-06CREATE_PROJECT: Link with the static runtime library in release modeLittleboy
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll.
2011-06-02CREATE_PROJECT: Add complete build configuration output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode providerJulien
2011-06-02CREATE_PROJECT: Add FrameworkBuildPhase output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add NativeTarget output to XCode providerJulien
2011-06-02CREATE_PROJECT: Implement basic XCode providerJulien
This only outputs a skeleton project with no files and targets yet
2011-06-01DEVTOOLS: Do not use -Wglobal-constructors on create_project.oMax Horn
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-06-01CREATE_PROJECT: Fix type conversion warningJulien
2011-06-01CREATE_PROJECT: Add Xcode projectJulien
2011-05-29CREATE_PROJECT: Fixed typomd5
2011-05-25BUILD: Always enable indeo3 codecMax Horn
2011-05-13CREATE_PROJECT: Handle paths with spaces in pre/post-build scriptsLittleboy
2011-05-13CREATE_PROJECT: Generate a default revision header when no revision can be ↵Littleboy
determined
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11CREATE_PROJECT: Only copy necessary data files in postbuild scriptLittleboy
2011-05-06CREATE_PROJECT: Fix module.mk parsing.Johannes Schickel
Formerly create_project incorrectly assumed that a given object file is only present once in an module.mk file. This is not the case for backends/module.mk for example. There the Windows FS object files are in two different if blocks. In this particular case it resulted in the object file being added to both the include list and the exclude list. Now the module.mk handler prefers files being in the include list.
2011-05-06Merge pull request #31 from lordhoto/win-resJohannes Schickel
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31
2011-05-06DEVTOOLS: Fix linking failure in Visual Studio created projectPaul Gilbert
2011-05-06DEVTOOLS: Bugfix for CREATE_PROJECT creating duplicate tag in Visual Studio ↵Paul Gilbert
projects
2011-05-05BUILD: Get rid of old MSVC style win resource support.Johannes Schickel
2011-05-05CREATE_PROJECT: Generate the same revision numbers as the configure scriptLittleboy
The revision number now includes the number of commits since the last tag
2011-05-05CREATE_PROJECT: Pass architecture to nsis setup in post-build stepLittleboy
2011-05-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk
2011-04-28TOOLS: Fix indentation with whitespaces in create_projectLittleboy
2011-04-28CREATE_PROJECT: Replace macros by proper functions/methods.Johannes Schickel
2011-04-28CREATE_PROJECT: Add a FIXME related to our warning lists.Johannes Schickel
2011-04-28CREATE_PROJECT: Get rid of variadic macro usage.Johannes Schickel
Variadic macros are C99 and ugly in C++. If we would want to do it differently we should rather rely on C++0x's initializer lists. But since we cannot assume all compilers we want create_project to build support that we cannot do that.
2011-04-28DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵Littleboy
of tree)
2011-04-28TOOLS: Add documentation to create_project installer/revision build scriptsLittleboy
2011-04-27TOOLS: Exclude .o files from projects files generated by create_projectLittleboy