Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should be safe outside XCode, as only OSX/iOS-projects introduce such files to begin with.
|
|
|
|
iOS for the moment)
|
|
|
|
|
|
that want to create one single project.
|
|
This is handled with the new command-line option, --sdl2
|
|
|
|
MSVC8 gives various compile error relating to templates that were changed
back in 2008, leading me to belive that no one is using it, and that there
is not point adding work arounds for a 9 year old compiler no one uses.
|
|
|
|
|
|
This makes create_project output consistent with configure output again.
|
|
|
|
|
|
I could not try any generated project files since I do not have access to
the IDEs.
|
|
The library name of the static library is based on what libjpeg-turbo uses
which should be fine for Windows at least.
Untested except for compilation of create_project.
|
|
|
|
- Added --tests command line switch
- Parse test/module.mk to extract the list of test folders
- Automatically run tests after a successful build
|
|
|
|
|
|
enabled simultaneously
|
|
|
|
|
|
|
|
and continue (per-project)
|
|
|
|
|
|
|
|
The new file engines/configure.engines is currently manually created
and maintained, but could be regenerated by a script in the future.
|
|
|
|
|
|
|
|
module.mk file of the kyra engine
|
|
|
|
|
|
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.
|
|
|
|
|
|
tools
- Move project name and description to BuildSetup structure
- Add list of tools to generate project for (similar to the list of features)
|
|
|
|
|
|
|