aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc
AgeCommit message (Collapse)Author
2009-10-28Fix possible use of double backslash in relative file path value.Johannes Schickel
svn-id: r45485
2009-10-28Cleanup.Johannes Schickel
svn-id: r45484
2009-10-28Change help text to nicely fit 80xY terminals.Johannes Schickel
svn-id: r45483
2009-10-28Fix bug createUUID, which caused our custom createUUID implementation to ↵Johannes Schickel
fail to convert some UUIDs to a string correctly. svn-id: r45482
2009-10-27Only use std::srand once. (Fixes bug that createUUID always creates ↵Johannes Schickel
identical UUIDs, when run only with a short span of time in between). svn-id: r45449
2009-10-27Fix building under MSVC.Johannes Schickel
svn-id: r45448
2009-10-27Include support for "create_msvc" in the Makefile based build system.Johannes Schickel
svn-id: r45447
2009-10-27Implement support for "scanFiles" for POSIX systems, now the tool should ↵Johannes Schickel
work fine for *NIX too. svn-id: r45446
2009-10-27Implemented a working createUUID for *NIX systems (and some minor cleanup).Johannes Schickel
svn-id: r45445
2009-10-27Fix whitespace usage.Johannes Schickel
svn-id: r45444
2009-10-27Add another assert to check for return value of "new".Johannes Schickel
svn-id: r45443
2009-10-27Got rid of use of exceptions.Johannes Schickel
svn-id: r45442
2009-10-27Add missing include.Johannes Schickel
svn-id: r45441
2009-10-26Cleanup.Johannes Schickel
svn-id: r45425
2009-10-26- Add support for AMD64 (x64) builds in automatically generated MSVC project ↵Johannes Schickel
files. - Fixed some file prefix bug, introduced when allowing to overwrite the file prefix via command line. svn-id: r45424
2009-10-26Cleanup.Johannes Schickel
svn-id: r45421
2009-10-25Typos.Johannes Schickel
svn-id: r45386
2009-10-25Allow overwriting of the output path.Johannes Schickel
svn-id: r45385
2009-10-25Add warning when no engine definitions are found (or the configure file is ↵Johannes Schickel
missing). svn-id: r45384
2009-10-25Allow overwriting the file prefix in the relative path arguments of MSVC ↵Johannes Schickel
project files. svn-id: r45383
2009-10-25Use slashes instead of backslashes in internal path representation.Johannes Schickel
svn-id: r45381
2009-10-25Initial check in of a tool which is able to create MSVC project files out of ↵Johannes Schickel
the configure / Makefile based build system. svn-id: r45380