diff options
author | Strangerke | 2012-11-21 22:42:51 +0100 |
---|---|---|
committer | Strangerke | 2012-11-21 22:42:51 +0100 |
commit | cbbc9287881514743860ce7475ec4b62c78b3940 (patch) | |
tree | 007461aadd697fb0558c8e2d8322f9328ae2bac2 /dists | |
parent | f9a58d0aaa8fc1591028b9b877bcd181b3e5006e (diff) | |
download | scummvm-rg350-cbbc9287881514743860ce7475ec4b62c78b3940.tar.gz scummvm-rg350-cbbc9287881514743860ce7475ec4b62c78b3940.tar.bz2 scummvm-rg350-cbbc9287881514743860ce7475ec4b62c78b3940.zip |
HOPKINS: some renaming and reworking
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc9/create_msvc9.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat index 1622cd9037..8b6f289161 100644 --- a/dists/msvc9/create_msvc9.bat +++ b/dists/msvc9/create_msvc9.bat @@ -53,21 +53,21 @@ goto done echo. echo Creating project files with all engines enabled (stable and unstable) echo. -create_project ..\.. --enable-all-engines --msvc --msvc-version 9 +create_project ..\.. --enable-all-engines --msvc --msvc-version 9 --disable-taskbar --disable-freetype goto done :stable echo. echo Creating normal project files, with only the stable engines enabled echo. -create_project ..\.. --msvc --msvc-version 9 +create_project ..\.. --msvc --msvc-version 9 --disable-taskbar --disable-freetype goto done :tools echo. echo Creating tools project files echo. -create_project ..\.. --tools --msvc --msvc-version 9 +create_project ..\.. --tools --msvc --msvc-version 9 --disable-taskbar --disable-freetype goto done :clean_check |