summaryrefslogtreecommitdiff
path: root/projects/generate.bat
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2018-01-30 19:12:25 -0500
committerJay Satiro <raysatiro@yahoo.com>2018-01-30 19:14:00 -0500
commit2b50e56343e1ac805f10ca17935716b5c70c44b1 (patch)
tree09168574bf9ec25df8bae2ce04595031993a1911 /projects/generate.bat
parent34ecdffe906916e791d8932dfdb6531a5d871d01 (diff)
downloadcurl-2b50e56343e1ac805f10ca17935716b5c70c44b1.tar.gz
build: fix windows build methods for curl_ctype.c
- Fix winbuild and the VS project generator to treat curl_ctype.{c,h} as curlx files since they are required by both src and lib. Follow-up to 4272a0b which added curl_ctype.
Diffstat (limited to 'projects/generate.bat')
-rw-r--r--projects/generate.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/generate.bat b/projects/generate.bat
index f8fb81fe9..d1fc6088c 100644
--- a/projects/generate.bat
+++ b/projects/generate.bat
@@ -284,12 +284,14 @@ rem
call :element %1 lib "strtoofft.c" %3
call :element %1 lib "nonblock.c" %3
call :element %1 lib "warnless.c" %3
+ call :element %1 lib "curl_ctype.c" %3
) else if "!var!" == "CURL_SRC_X_H_FILES" (
call :element %1 lib "config-win32.h" %3
call :element %1 lib "curl_setup.h" %3
call :element %1 lib "strtoofft.h" %3
call :element %1 lib "nonblock.h" %3
call :element %1 lib "warnless.h" %3
+ call :element %1 lib "curl_ctype.h" %3
) else if "!var!" == "CURL_LIB_C_FILES" (
for /f "delims=" %%c in ('dir /b ..\lib\*.c') do call :element %1 lib "%%c" %3
) else if "!var!" == "CURL_LIB_H_FILES" (