summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-06-09 00:29:13 +0200
committerJan Vorlicek <janvorli@microsoft.com>2015-06-09 00:29:13 +0200
commit6f3cb61fa896916fe5248ce927e347c0f1e18ce4 (patch)
tree36ad59cc7151152a1b63dd84d7a15e27c8201163 /build.cmd
parent6b36698f02601918ad3cd549e0debd55862b5347 (diff)
parentff56705cf609b2c54bfa36a227b5bf818c050ea3 (diff)
downloadcoreclr-6f3cb61fa896916fe5248ce927e347c0f1e18ce4.tar.gz
coreclr-6f3cb61fa896916fe5248ce927e347c0f1e18ce4.tar.bz2
coreclr-6f3cb61fa896916fe5248ce927e347c0f1e18ce4.zip
Merge pull request #1117 from hadibrais/master
Build, Windows: Use Config instead of Build Type
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index 0558b01463..c6e7275a6d 100644
--- a/build.cmd
+++ b/build.cmd
@@ -149,7 +149,7 @@ exit /b 1
:GenVSSolution
:: Regenerate the VS solution
pushd "%__IntermediatesDir%"
-call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion% %__BuildType%
+call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion%
popd
:BuildComponents