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
/
visualstudio.cpp
Age
Commit message (
Expand
)
Author
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
2014-06-21
ALL: Remove support for MSVC8 and older
Joel Teichroeb
2013-11-25
DEVTOOLS: Add project file directory to include path in generated project files.
Johannes Schickel
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
DEVTOOLS: Enable builtin theme in MSVC 2005 and 2008 in create_project.
D G Turner
2013-08-14
DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project.
Johannes Schickel
2013-07-07
CREATE_PROJECT: Add support for tests
Littleboy
2012-09-05
CREATE_PROJECT: Add config option to disable language extensions and edit and...
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
2012-05-17
CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine co...
Paul Gilbert
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-06
DEVTOOLS: Fix linking failure in Visual Studio created project
Paul Gilbert
2011-05-06
DEVTOOLS: Bugfix for CREATE_PROJECT creating duplicate tag in Visual Studio p...
Paul Gilbert
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