build-openssl.bat: Fix mixed line endings
Use LF not CRLF, throughout. msysgit will only convert a file to CRLF on checkout if it's not mixed.
This commit is contained in:
committed by
Daniel Stenberg
parent
0b5efa57ad
commit
e2a9ebb321
@@ -106,12 +106,12 @@ rem ***************************************************************************
|
|||||||
if not exist "%PF%\%VC_PATH%" goto novc
|
if not exist "%PF%\%VC_PATH%" goto novc
|
||||||
|
|
||||||
rem Check we have Perl installed
|
rem Check we have Perl installed
|
||||||
echo %PATH% | findstr /I /C:"\Perl" 1>nul
|
echo %PATH% | findstr /I /C:"\Perl" 1>nul
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
if not exist "%SystemDrive%\Perl" (
|
if not exist "%SystemDrive%\Perl" (
|
||||||
if not exist "%SystemDrive%\Perl64" goto noperl
|
if not exist "%SystemDrive%\Perl64" goto noperl
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
rem Check the start directory exists
|
rem Check the start directory exists
|
||||||
if not exist "%START_DIR%" goto noopenssl
|
if not exist "%START_DIR%" goto noopenssl
|
||||||
@@ -164,7 +164,7 @@ rem ***************************************************************************
|
|||||||
set OUTDIR=build\Win64\%VC_DESC%
|
set OUTDIR=build\Win64\%VC_DESC%
|
||||||
if not exist %OUTDIR% md %OUTDIR%
|
if not exist %OUTDIR% md %OUTDIR%
|
||||||
|
|
||||||
if "%BUILD_CONFIG%" == "release" goto x64release
|
if "%BUILD_CONFIG%" == "release" goto x64release
|
||||||
|
|
||||||
:x64debug
|
:x64debug
|
||||||
rem Configuring 64-bit Debug Build
|
rem Configuring 64-bit Debug Build
|
||||||
|
|||||||
Reference in New Issue
Block a user