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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Nelson <jeremy@biosensinginstrument.com>2019-08-16 11:36:52 +0300
committerMarius Ungureanu <teromario@yahoo.com>2019-08-21 03:12:11 +0300
commit4daf84a71e3c92592506b8d084e21f4b5882076a (patch)
treed3746b904445c6bf57370be0eb8c457ccf75c46e /main/winbuild-release.bat
parent3bd10b5cabf00ea2bf6c6c01a1c95c101bb11ec2 (diff)
Updated build scripts for Windows.
Call common winbuild.bat from debug and release scripts.
Diffstat (limited to 'main/winbuild-release.bat')
-rw-r--r--main/winbuild-release.bat13
1 files changed, 4 insertions, 9 deletions
diff --git a/main/winbuild-release.bat b/main/winbuild-release.bat
index 638dd97e41..4468d1def0 100644
--- a/main/winbuild-release.bat
+++ b/main/winbuild-release.bat
@@ -1,9 +1,4 @@
-git submodule update --init --recursive
-"external\nuget-binary\NuGet.exe" restore Main.sln
-"external\nuget-binary\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
-"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=ReleaseWin32 /p:Platform="Any CPU" %*
-
-if NOT [%ERRORLEVEL%] == ["0"] (
- for %%x in (%CMDCMDLINE%) do if /i "%%~x" == "/c" pause
- exit /b %ERRORLEVEL%
-)
+setlocal
+set CONFIG=ReleaseWin32
+call winbuild.bat %*
+endlocal