aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc/create_msvc.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-25 23:29:48 +0000
committerJohannes Schickel2009-10-25 23:29:48 +0000
commit6b404cf5cf44cfbd42bdaf80ec1630863602b0af (patch)
tree28cd3f9ae8a1a9e1dd24176d4e19538e6db2bc71 /tools/create_msvc/create_msvc.h
parent811764e8cc5450c950cc531ad207a27fe2c65f93 (diff)
downloadscummvm-rg350-6b404cf5cf44cfbd42bdaf80ec1630863602b0af.tar.gz
scummvm-rg350-6b404cf5cf44cfbd42bdaf80ec1630863602b0af.tar.bz2
scummvm-rg350-6b404cf5cf44cfbd42bdaf80ec1630863602b0af.zip
Allow overwriting of the output path.
svn-id: r45385
Diffstat (limited to 'tools/create_msvc/create_msvc.h')
-rw-r--r--tools/create_msvc/create_msvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_msvc/create_msvc.h b/tools/create_msvc/create_msvc.h
index 355eba1d78..0bdb06ebb6 100644
--- a/tools/create_msvc/create_msvc.h
+++ b/tools/create_msvc/create_msvc.h
@@ -173,6 +173,7 @@ StringList getFeatureLibraries(const FeatureList &features);
struct BuildSetup {
std::string srcDir; ///< Path to the ScummVM sources.
std::string filePrefix; ///< Prefix for the relativ path arugments in the project files.
+ std::string outputDir; ///< Path where to put the MSVC project files.
EngineDescList engines; ///< Engine list for the build (this may contain engines, which are *not* enabled!).
FeatureList features; ///< Feature list for the build (this may contain features, which are *not* enabled!).