mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +03:00
tidy-up: .gitignore lines mostly
- `.gitignore`: delete, dedupe and move rules upwards. Ref:6389ba87b8#13311 - `.gitignore`: fix generated test sources. Follow-up to71cf0d1fca#14772 - `.gitignore`: replace exe listings with a wildcard. - lib: move `setup-*.h` from `EXTRA_DIST` to `CURL_HFILES`. - `makedebug.bat`: uppercase an argument to match docs. - GHA/non-native: delete stray env. Follow-up to12a6de2f66#16043 - sort source lists. Closes #16093
This commit is contained in:
parent
cb4cd36fe7
commit
5c31c2e670
30 changed files with 31 additions and 272 deletions
|
|
@ -28,6 +28,6 @@ where.exe nmake.exe >nul 2>&1
|
|||
if %ERRORLEVEL% EQU 1 (
|
||||
echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Prompt
|
||||
) else (
|
||||
nmake.exe /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes
|
||||
nmake.exe /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