Skip to content

Commit

Permalink
generate.bat: remove curl_get_line.c from the curlx file list
Browse files Browse the repository at this point in the history
Follow-up to d8618f4 which did the same for the other build systems.

Closes curl#16248
  • Loading branch information
jay committed Feb 8, 2025
1 parent 3754115 commit d494720
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/generate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ rem
call :element %1 lib "timediff.c" %3
call :element %1 lib "nonblock.c" %3
call :element %1 lib "warnless.c" %3
call :element %1 lib "curl_get_line.c" %3
call :element %1 lib "curl_multibyte.c" %3
call :element %1 lib "version_win32.c" %3
call :element %1 lib "dynbuf.c" %3
Expand All @@ -168,7 +167,6 @@ rem
call :element %1 lib "nonblock.h" %3
call :element %1 lib "warnless.h" %3
call :element %1 lib "curl_ctype.h" %3
call :element %1 lib "curl_get_line.h" %3
call :element %1 lib "curl_multibyte.h" %3
call :element %1 lib "version_win32.h" %3
call :element %1 lib "dynbuf.h" %3
Expand Down

0 comments on commit d494720

Please sign in to comment.