VirtualBox

Changeset 98238 in vbox for trunk/configure.vbs


Ignore:
Timestamp:
Jan 23, 2023 12:19:14 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155432
Message:

*.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r98103 r98238  
    17321732   strPathCurl = UnixSlashes(PathAbs(strPathCurl))
    17331733   if bln32Bit = True then
    1734       CfgPrintAssign "SDK_VBOX_LIBCURL-x86_INCS",     strPathCurl & "/include"
    1735       CfgPrintAssign "SDK_VBOX_LIBCURL-x86_LIBS.x86", strPathCurl & "/libcurl.lib"
     1734      CfgPrintAssign "SDK_VBoxLibCurl-x86_INCS",     strPathCurl & "/include"
     1735      CfgPrintAssign "SDK_VBoxLibCurl-x86_LIBS.x86", strPathCurl & "/libcurl.lib"
    17361736   else
    1737       CfgPrintAssign "SDK_VBOX_LIBCURL_INCS", strPathCurl & "/include"
    1738       CfgPrintAssign "SDK_VBOX_LIBCURL_LIBS", strPathCurl & "/libcurl.lib"
     1737      CfgPrintAssign "SDK_VBoxLibCurl_INCS", strPathCurl & "/include"
     1738      CfgPrintAssign "SDK_VBoxLibCurl_LIBS", strPathCurl & "/libcurl.lib"
    17391739   end if
    17401740
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette