aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ext.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ext.cmd')
-rw-r--r--src/ext/ext.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/ext.cmd b/src/ext/ext.cmd
index 86aac47b..9f813fbb 100644
--- a/src/ext/ext.cmd
+++ b/src/ext/ext.cmd
@@ -1,4 +1,4 @@
1@setlocal 1
2@pushd %~dp0 2@pushd %~dp0
3 3
4@set _C=Debug 4@set _C=Debug
@@ -13,4 +13,4 @@
13msbuild ext_t.proj -p:Configuration=%_C% -p:SuppressWixClean=%_SuppressWixClean% -m -tl -nologo -warnaserror -bl:%_L%\ext_build.binlog || exit /b 13msbuild ext_t.proj -p:Configuration=%_C% -p:SuppressWixClean=%_SuppressWixClean% -m -tl -nologo -warnaserror -bl:%_L%\ext_build.binlog || exit /b
14 14
15@popd 15@popd
16@endlocal 16