Mailing Lists
|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1186 winbuild chain should include .res to link arguments
From: SaroEngels <pspendrin_at_users.sf.net>
Date: Mon, 04 Feb 2013 22:41:39 +0000
Yes, see the following attachment
Attachment: curl-windows.diff (484 Bytes; application/octet-stream)
--- ** [bugs:#1186] winbuild chain should include .res to link arguments** **Status:** open **Labels:** windows build **Created:** Mon Feb 04, 2013 10:34 AM UTC by Andrew Kurushin **Last Updated:** Mon Feb 04, 2013 09:40 PM UTC **Owner:** nobody winbuild does not include version info for .dll .exe following diff will fix this [-----] Index: winbuild/MakefileBuild.vc =================================================================== --- winbuild/MakefileBuild.vc (revision) +++ winbuild/MakefileBuild.vc (working copy) @@ -374,9 +374,15 @@ !include CURL_OBJS.inc !include LIBCURL_OBJS.inc +!IF "$(AS_DLL)" == "true" +LIB_OBJS = $(LIBCURL_OBJS) $(RESOURCE) +!ELSE LIB_OBJS = $(LIBCURL_OBJS) -EXE_OBJS = $(CURL_OBJS) +!ENDIF +EXE_OBJS = $(CURL_OBJS) $(CURL_DIROBJ)\curl.res + + all : $(TARGET) $(PROGRAM_NAME) package: $(TARGET) [-----] --- Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1186/> To unsubscribe from further messages, please visit <https://sourceforge.net/auth/prefs/>Received on 2013-02-04 These mail archives are generated by hypermail. |
Page updated January 05, 2012.
web site info