diff options
author | Johannes Schickel | 2009-10-25 22:47:43 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-25 22:47:43 +0000 |
commit | 6672468b2346ed5146e17d576cbbc5b2f23f8f92 (patch) | |
tree | 18f76db0577bf860163108088fd4fd81e8cd5050 /tools/README | |
parent | b5feeb60b64a62434ace4f316b51aa7849b2702e (diff) | |
download | scummvm-rg350-6672468b2346ed5146e17d576cbbc5b2f23f8f92.tar.gz scummvm-rg350-6672468b2346ed5146e17d576cbbc5b2f23f8f92.tar.bz2 scummvm-rg350-6672468b2346ed5146e17d576cbbc5b2f23f8f92.zip |
Initial check in of a tool which is able to create MSVC project files out of the configure / Makefile based build system.
svn-id: r45380
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/README b/tools/README index dcd31d4c17..8d71a6c014 100644 --- a/tools/README +++ b/tools/README @@ -61,6 +61,14 @@ create_lure (dreammaster) animations, game scripts, and other static data. This tool creates the lure.dat file. +create_msvc (LordHoto) +----------- + Creates project files for Visual Studio 2005 and 2008 out of the + configure / Makefile based build system. It also offers a way to + enable or disable certain engines and the use of external libraries + similar to configure. Run the tool without any arguments for further + help. + credits.pl ---------- |