aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc/create_msvc.cpp
AgeCommit message (Expand)Author
2009-10-28Change help text to nicely fit 80xY terminals.Johannes Schickel
2009-10-28Fix bug createUUID, which caused our custom createUUID implementation to fail...Johannes Schickel
2009-10-27Only use std::srand once. (Fixes bug that createUUID always creates identical...Johannes Schickel
2009-10-27Fix building under MSVC.Johannes Schickel
2009-10-27Implement support for "scanFiles" for POSIX systems, now the tool should work...Johannes Schickel
2009-10-27Implemented a working createUUID for *NIX systems (and some minor cleanup).Johannes Schickel
2009-10-27Fix whitespace usage.Johannes Schickel
2009-10-27Add another assert to check for return value of "new".Johannes Schickel
2009-10-27Got rid of use of exceptions.Johannes Schickel
2009-10-27Add missing include.Johannes Schickel
2009-10-26Cleanup.Johannes Schickel
2009-10-26- Add support for AMD64 (x64) builds in automatically generated MSVC project ...Johannes Schickel
2009-10-26Cleanup.Johannes Schickel
2009-10-25Allow overwriting of the output path.Johannes Schickel
2009-10-25Add warning when no engine definitions are found (or the configure file is mi...Johannes Schickel
2009-10-25Allow overwriting the file prefix in the relative path arguments of MSVC proj...Johannes Schickel
2009-10-25Use slashes instead of backslashes in internal path representation.Johannes Schickel
2009-10-25Initial check in of a tool which is able to create MSVC project files out of ...Johannes Schickel