Changeset 20258 in vbox
- Timestamp:
- Jun 4, 2009 10:05:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.vbs
r20248 r20258 1843 1843 1844 1844 if strPathCurl = "" Then 1845 str = Which(" ssleay32.lib")1845 str = Which("libcurl.lib") 1846 1846 if str <> "" Then 1847 1847 str = PathParent(PathStripFilename(str)) … … 1869 1869 strPathCurl = UnixSlashes(PathAbs(strPathCurl)) 1870 1870 CfgPrint "SDK_VBOX_LIBCURL_INCS := " & strPathCurl & "/include" 1871 CfgPrint "SDK_VBOX_LIBCURL_LIBS := " & strPathCurl & "/libcurl _imp.lib"1871 CfgPrint "SDK_VBOX_LIBCURL_LIBS := " & strPathCurl & "/libcurl.lib" 1872 1872 1873 1873 PrintResult "libcurl", strPathCurl … … 1881 1881 LogPrint "trying: strPathCurl=" & strPathCurl 1882 1882 if LogFileExists(strPathCurl, "include/curl/curl.h") _ 1883 And LogFindFile(strPathCurl, " curllib.dll") <> "" _1884 And LogFindFile(strPathCurl, "libcurl _imp.lib") <> "" _1883 And LogFindFile(strPathCurl, "libcurl.dll") <> "" _ 1884 And LogFindFile(strPathCurl, "libcurl.lib") <> "" _ 1885 1885 then 1886 1886 CheckForCurlSub = True
Note:
See TracChangeset
for help on using the changeset viewer.