mirror of
https://github.com/curl/curl.git
synced 2026-04-28 10:22:16 +03:00
parent
8144ba38c3
commit
2a32f5f457
2 changed files with 7 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ rem *
|
|||
rem ***************************************************************************
|
||||
|
||||
if exist %OUTFILE% (
|
||||
del %OUTFILE%
|
||||
del %OUTFILE%
|
||||
)
|
||||
|
||||
echo %MACRO_NAME% = \> %OUTFILE%
|
||||
|
|
|
|||
|
|
@ -24,10 +24,11 @@ rem ***************************************************************************
|
|||
where.exe nmake.exe >nul 2>&1
|
||||
|
||||
IF %ERRORLEVEL% == 1 (
|
||||
ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt
|
||||
ECHO.
|
||||
ECHO Error: Can't find `nmake.exe` - be sure to run this script from within a Developer Command-Prompt
|
||||
ECHO.
|
||||
) ELSE (
|
||||
nmake /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes
|
||||
IF %ERRORLEVEL% NEQ 0 (ECHO "Error: Build Failed")
|
||||
nmake /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO "Error: Build Failed"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue