Skip to content

Commit

Permalink
[C++] Align batch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed May 27, 2020
1 parent bdc84b4 commit ff06f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cppbuild/cppbuild-driver-vs.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if "%DEBUG%" == "" @echo off
setlocal
setlocal EnableDelayedExpansion

set SOURCE_DIR=%CD%
set BUILD_DIR=%CD%\cppbuild\Release
Expand Down
3 changes: 1 addition & 2 deletions cppbuild/cppbuild-vs.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@if "%DEBUG%" == "" @echo off
setlocal
Setlocal EnableDelayedExpansion
setlocal EnableDelayedExpansion

set SOURCE_DIR=%CD%
set ZLIB_ZIP=%CD%\cppbuild\zlib1211.zip
Expand Down

0 comments on commit ff06f03

Please sign in to comment.