8000 Minor improvement to new build scripts. · coderforlife/pe-file@5abe72a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5abe72a

Browse files
committed
Minor improvement to new build scripts.
1 parent 7cbb661 commit 5abe72a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-msvc-debug.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@if not "%VS140COMNTOOLS%"=="" set DIR=%VS140COMNTOOLS%
1111
@if "%DIR%"=="" (
1212
echo Could not find a Visual Studio toolkit
13+
pause
1314
goto :EOF
1415
)
1516

build-msvc.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@if not "%VS140COMNTOOLS%"=="" set DIR=%VS140COMNTOOLS%
1111
@if "%DIR%"=="" (
1212
echo Could not find a Visual Studio toolkit
13+
pause
1314
goto :EOF
1415
)
1516

0 commit comments

Comments
 (0)
0