VirtualBox

Changeset 98239 in vbox


Ignore:
Timestamp:
Jan 23, 2023 12:21:53 PM (2 years ago)
Author:
vboxsync
Message:

*.kmk,configure*: s/VBOX_LIBPNG/VBoxLibPng/ (SDK) bugref:10348

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98238 r98239  
    49044904endif
    49054905
    4906 SDK_VBOX_LIBPNG                := protable network graphics (png) library for dll linking.
    4907 SDK_VBOX_LIBPNG_INCS           ?= $(PATH_ROOT)/src/libs/libpng-1.6.37
    4908 SDK_VBOX_LIBPNG_LIBS           ?= $(PATH_STAGE_LIB)/VBox-libpng$(VBOX_SUFF_LIB)
     4906SDK_VBoxLibPng                := protable network graphics (png) library for dll linking.
     4907SDK_VBoxLibPng_INCS           ?= $(PATH_ROOT)/src/libs/libpng-1.6.37
     4908SDK_VBoxLibPng_LIBS           ?= $(PATH_STAGE_LIB)/VBox-libpng$(VBOX_SUFF_LIB)
    49094909
    49104910# lzf
  • trunk/configure

    r98238 r98239  
    10251025  if test_compile "$LIBPNG $I_INCPNG" libpng libpng; then
    10261026    if test_execute; then
    1027       cnf_append "SDK_VBOX_LIBPNG_LIBS" "`strip_l "$LIBPNG"`"
    1028       cnf_append "SDK_VBOX_LIBPNG_INCS" "$INCPNG"
     1027      cnf_append "SDK_VBoxLibPng_LIBS" "`strip_l "$LIBPNG"`"
     1028      cnf_append "SDK_VBoxLibPng_INCS" "$INCPNG"
    10291029    fi
    10301030  fi
  • trunk/src/VBox/Main/Makefile.kmk

    r98185 r98239  
    583583        $(LIB_DDU)
    584584
    585 VBoxSVC_SDKS = VBOX_LIBPNG VBOX_ZLIB
     585VBoxSVC_SDKS = VBoxLibPng VBOX_ZLIB
    586586VBoxSVC_LIBS.solaris = \
    587587        adm \
     
    10131013endif
    10141014
    1015 VBoxC_SDKS = VBOX_LIBPNG VBOX_ZLIB
     1015VBoxC_SDKS = VBoxLibPng VBOX_ZLIB
    10161016
    10171017ifdef VBOX_WITH_RECORDING
  • trunk/src/libs/Makefile.kmk

    r98238 r98239  
    147147  # libpng for screenshots in main.
    148148  if  !defined(VBOX_ONLY_DOCS) \
    149    && "$(SDK_VBOX_LIBPNG_INCS)" == "$(PATH_ROOT)/src/libs/libpng-1.6.37"
     149   && "$(SDK_VBoxLibPng_INCS)" == "$(PATH_ROOT)/src/libs/libpng-1.6.37"
    150150   include $(PATH_SUB_CURRENT)/libpng-1.6.37/Makefile.kmk
    151151  endif
Note: See TracChangeset for help on using the changeset viewer.

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