]> granicus.if.org Git - curl/commitdiff
build: Fixed Visual Studio project file generation of strdup.[c|h]
authorSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 23:04:43 +0000 (23:04 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 5 Nov 2014 23:04:43 +0000 (23:04 +0000)
As the curl command-line tool now includes it's own version of strdup(),
for platforms that don't have it, fixed up the git respository Visual
Studio project file generator to not include the version from lib in the
tool project files, rather than having both lib\strdup.[c|h] and
src\tool_strdup.[c|h] present.

projects/generate.bat

index 08560cf7cee512f641d608e6b5185062c9e20b34..a95cc9a36e3a447aa9c419f0a908742b8cbf6afe 100644 (file)
@@ -146,7 +146,6 @@ rem
       for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
     ) else if "!var!" == "CURL_SRC_X_C_FILES" (
       call :element %1 lib "strtoofft.c" %3
-      call :element %1 lib "strdup.c" %3
       call :element %1 lib "rawstr.c" %3
       call :element %1 lib "nonblock.c" %3
       call :element %1 lib "warnless.c" %3
@@ -154,7 +153,6 @@ rem
       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 "strdup.h" %3
       call :element %1 lib "rawstr.h" %3
       call :element %1 lib "nonblock.h" %3
       call :element %1 lib "warnless.h" %3