Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2016-05-04 15:53:29 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commit6052043fd94f775e562355cbdc5e02bf6f5f835a (patch)
tree789b040e8006150f08b3ddc38844ec8f130964b4 /msvc/install.bat
parent35f830a6f2786cd4e9d405afafd067e606821a21 (diff)
Fixes to default build/distribution location.
Diffstat (limited to 'msvc/install.bat')
-rw-r--r--msvc/install.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/msvc/install.bat b/msvc/install.bat
index 4b8eb890fe8..e9344e20f89 100644
--- a/msvc/install.bat
+++ b/msvc/install.bat
@@ -43,8 +43,9 @@ IF NOT EXIST %BUILD_DIR% (
)
IF NOT EXIST %INSTALL_DIR% (
- ECHO Error: '%INSTALL_DIR%', directory doesn't eixst.
- GOTO ON_ERROR
+ ECHO Install directory '%INSTALL_DIR%', directory doesn't eixst, creating....
+ mkdir "%INSTALL_DIR%"
+ ECHO Install directory '%INSTALL_DIR%' created.
)
SET PACKAGE_DIR=%BUILD_DIR%\package\%PLATFORM%\%CONFIG%