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
/
tools
/
create_msvc
Age
Commit message (
Expand
)
Author
2009-10-27
Include support for "create_msvc" in the Makefile based build system.
Johannes Schickel
2009-10-27
Implement support for "scanFiles" for POSIX systems, now the tool should work...
Johannes Schickel
2009-10-27
Implemented a working createUUID for *NIX systems (and some minor cleanup).
Johannes Schickel
2009-10-27
Fix whitespace usage.
Johannes Schickel
2009-10-27
Add another assert to check for return value of "new".
Johannes Schickel
2009-10-27
Got rid of use of exceptions.
Johannes Schickel
2009-10-27
Add missing include.
Johannes Schickel
2009-10-26
Cleanup.
Johannes Schickel
2009-10-26
- Add support for AMD64 (x64) builds in automatically generated MSVC project ...
Johannes Schickel
2009-10-26
Cleanup.
Johannes Schickel
2009-10-25
Typos.
Johannes Schickel
2009-10-25
Allow overwriting of the output path.
Johannes Schickel
2009-10-25
Add warning when no engine definitions are found (or the configure file is mi...
Johannes Schickel
2009-10-25
Allow overwriting the file prefix in the relative path arguments of MSVC proj...
Johannes Schickel
2009-10-25
Use slashes instead of backslashes in internal path representation.
Johannes Schickel
2009-10-25
Initial check in of a tool which is able to create MSVC project files out of ...
Johannes Schickel