Changeset 98239 in vbox
- Timestamp:
- Jan 23, 2023 12:21:53 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98238 r98239 4904 4904 endif 4905 4905 4906 SDK_VB OX_LIBPNG:= protable network graphics (png) library for dll linking.4907 SDK_VB OX_LIBPNG_INCS ?= $(PATH_ROOT)/src/libs/libpng-1.6.374908 SDK_VB OX_LIBPNG_LIBS ?= $(PATH_STAGE_LIB)/VBox-libpng$(VBOX_SUFF_LIB)4906 SDK_VBoxLibPng := protable network graphics (png) library for dll linking. 4907 SDK_VBoxLibPng_INCS ?= $(PATH_ROOT)/src/libs/libpng-1.6.37 4908 SDK_VBoxLibPng_LIBS ?= $(PATH_STAGE_LIB)/VBox-libpng$(VBOX_SUFF_LIB) 4909 4909 4910 4910 # lzf -
trunk/configure
r98238 r98239 1025 1025 if test_compile "$LIBPNG $I_INCPNG" libpng libpng; then 1026 1026 if test_execute; then 1027 cnf_append "SDK_VB OX_LIBPNG_LIBS" "`strip_l "$LIBPNG"`"1028 cnf_append "SDK_VB OX_LIBPNG_INCS" "$INCPNG"1027 cnf_append "SDK_VBoxLibPng_LIBS" "`strip_l "$LIBPNG"`" 1028 cnf_append "SDK_VBoxLibPng_INCS" "$INCPNG" 1029 1029 fi 1030 1030 fi -
trunk/src/VBox/Main/Makefile.kmk
r98185 r98239 583 583 $(LIB_DDU) 584 584 585 VBoxSVC_SDKS = VB OX_LIBPNGVBOX_ZLIB585 VBoxSVC_SDKS = VBoxLibPng VBOX_ZLIB 586 586 VBoxSVC_LIBS.solaris = \ 587 587 adm \ … … 1013 1013 endif 1014 1014 1015 VBoxC_SDKS = VB OX_LIBPNGVBOX_ZLIB1015 VBoxC_SDKS = VBoxLibPng VBOX_ZLIB 1016 1016 1017 1017 ifdef VBOX_WITH_RECORDING -
trunk/src/libs/Makefile.kmk
r98238 r98239 147 147 # libpng for screenshots in main. 148 148 if !defined(VBOX_ONLY_DOCS) \ 149 && "$(SDK_VB OX_LIBPNG_INCS)" == "$(PATH_ROOT)/src/libs/libpng-1.6.37"149 && "$(SDK_VBoxLibPng_INCS)" == "$(PATH_ROOT)/src/libs/libpng-1.6.37" 150 150 include $(PATH_SUB_CURRENT)/libpng-1.6.37/Makefile.kmk 151 151 endif
Note:
See TracChangeset
for help on using the changeset viewer.