index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devtools
/
create_project
/
msbuild.cpp
Age
Commit message (
Expand
)
Author
2019-08-04
WIN32: Add a default application manifest
Antoniou Athanasios
2019-04-20
CREATE_PROJECT: Refactor Visual Studio version differences
SupSuper
2018-12-23
MSVC: Update DLL paths in post-build script
SupSuper
2018-12-23
MSVC: Fix resource file revision include error
SupSuper
2018-12-23
MSVC: Fix resource file not including translations.dat
SupSuper
2018-12-23
MSVC: Fix natvis not being added to project in VS2017
SupSuper
2018-12-23
MSVC: Replace MinimalRebuild with MultiProcessor flag
SupSuper
2017-03-08
CREATE_PROJECT: Fixed solution version for Visual Studio 2015
Peter Kohaut
2017-03-08
CREATE_PROJECT: Add support for Visual Studio 2017
Peter Kohaut
2016-12-17
CREATE_PROJECT: Fix Visual Studio linking problems after Munt merge
Paul Gilbert
2016-03-24
DEVTOOLS: Improve SDL2 support in create_project.
Johannes Schickel
2016-03-13
DEVTOOLS: Use LTCG for Release configurations in MSBuild project files.
Johannes Schickel
2016-03-09
DEVTOOLS: Check configuration and architecture specific directories for MSBuild.
Johannes Schickel
2016-03-09
DEVTOOLS: Use DLL runtime for MSBuild output.
Johannes Schickel
2016-03-09
DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+.
Johannes Schickel
2016-03-09
DEVTOOLS: Do not ignore libcmt.lib for MSBuild output.
Johannes Schickel
2016-03-09
DEVTOOLS: Do not hardcode runtime libraries for MSVC2015.
Johannes Schickel
2016-03-09
DEVTOOLS: Do not specify SCUMMVM_LIBS include dir twice for MSBuild.
Johannes Schickel
2016-03-09
DEVTOOLS: Fix path separator in MSBuild's global props output.
Johannes Schickel
2015-10-12
CREATE_PROJECT: Cleanup and turn off exception handling again
Paul Gilbert
2015-09-28
CREATE_PROJECT: Add support for Visual Studio 2015
Paul Gilbert
2014-07-17
CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir
Pawel Kolodziejski
2013-12-10
CREATE_PROJECT: Fix issues breaking compilation with LLVM
Littleboy
2013-12-10
CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVM
Littleboy
2013-11-25
DEVTOOLS: Add project file directory to include path in generated project files.
Johannes Schickel
2013-09-11
CREATE_PROJECT: Remove usage of std::to_string()
Littleboy
2013-09-06
CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on Win...
Littleboy
2013-09-06
CREATE_PROJECT: Add extra configuration for compilation with LLVM
Littleboy
2013-08-16
CREATE_PROJECT: Enable built-in theme for MSVC builds again.
D G Turner
2013-07-07
CREATE_PROJECT: Add support for tests
Littleboy
2013-07-04
CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is m...
Paul Gilbert
2013-06-30
TOOLS: Add support for MSVC12 in create_project
Littleboy
2012-09-05
CREATE_PROJECT: Add config option to disable language extensions and edit and...
Littleboy
2012-07-14
CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue)
Littleboy
2012-07-14
CREATE_PROJECT: Add support for Visual Studio 2012 project creation
Littleboy
2012-07-14
CREATE_PROJECT: Properly disable Edit and Continue in Debug mode
Littleboy
2012-05-20
CREATE_PROJECT: Disable edit and continue in the scummvm project
Filippos Karapetis
2011-09-06
CREATE_PROJECT: Add support for creating Visual Studio projects for the dev t...
Littleboy
2011-06-06
CREATE_PROJECT: Link with the static runtime library in release mode
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-06
Merge pull request #31 from lordhoto/win-res
Johannes Schickel
2011-05-05
BUILD: Get rid of old MSVC style win resource support.
Johannes Schickel
2011-05-02
Merge remote-tracking branch 'upstream/master' into nsis
Littleboy
2011-04-28
CREATE_PROJECT: Replace macros by proper functions/methods.
Johannes Schickel
2011-04-27
TOOLS: Update create_project to optionally create an installer after a succes...
Littleboy
2011-04-24
CREATE_PROJECT: Move project-specific information to configuration file
Littleboy
2011-04-24
CREATE_PROJECT: Update revision number support (fixes bug #3280881)
Littleboy
2011-04-22
CREATE_PROJECT: Change build events to also be run in release builds
Littleboy
2011-04-09
DEVTOOLS: Renamed 'tools' directory to 'devtools'
Max Horn