Changeset 98251 in vbox
- Timestamp:
- Jan 23, 2023 5:31:05 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155450
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98250 r98251 5028 5028 5029 5029 ifdef VBOX_WITH_LIBTPMS 5030 SDK_VB OX_TPMS:= libtpms for dll linking.5031 SDK_VB OX_TPMS_DEFAULT_INCS := $(PATH_ROOT)/src/libs/libtpms-0.9.0/include5032 SDK_VB OX_TPMS_INCS ?= $(SDK_VBOX_TPMS_DEFAULT_INCS)5033 SDK_VB OX_TPMS_LIBS ?= $(PATH_STAGE_LIB)/VBox-libtpms$(VBOX_SUFF_LIB)5030 SDK_VBoxLibTpms := libtpms for dll linking. 5031 SDK_VBoxLibTpms_DEFAULT_INCS := $(PATH_ROOT)/src/libs/libtpms-0.9.0/include 5032 SDK_VBoxLibTpms_INCS ?= $(SDK_VBoxLibTpms_DEFAULT_INCS) 5033 SDK_VBoxLibTpms_LIBS ?= $(PATH_STAGE_LIB)/VBox-libtpms$(VBOX_SUFF_LIB) 5034 5034 endif 5035 5035 -
trunk/configure
r98248 r98251 1801 1801 if test_compile "$LIBTPMS $I_INCTPMS" libtpms libtpms nofatal; then 1802 1802 if test_execute; then 1803 cnf_append "SDK_VB OX_TPMS_INCS" "$INCTPMS"1804 cnf_append "SDK_VB OX_TPMS_LIBS" "`strip_l "$LIBTPMS"`"1803 cnf_append "SDK_VBoxLibTpms_INCS" "$INCTPMS" 1804 cnf_append "SDK_VBoxLibTpms_LIBS" "`strip_l "$LIBTPMS"`" 1805 1805 fi 1806 1806 else -
trunk/src/VBox/Devices/Makefile.kmk
r98250 r98251 636 636 637 637 if defined(VBOX_WITH_LIBTPMS) 638 VBoxDD_SDKS += VB OX_TPMS638 VBoxDD_SDKS += VBoxLibTpms 639 639 VBoxDD_DEFS += VBOX_WITH_LIBTPMS 640 640 VBoxDD_SOURCES += \ -
trunk/src/libs/Makefile.kmk
r98248 r98251 81 81 if defined(VBOX_WITH_LIBTPMS) \ 82 82 && !defined(VBOX_ONLY_BUILD) \ 83 && ("$(SDK_VB OX_TPMS_INCS)" == "$(SDK_VBOX_TPMS_DEFAULT_INCS)")83 && ("$(SDK_VBoxLibTpms_INCS)" == "$(SDK_VBoxLibTpms_DEFAULT_INCS)") 84 84 include $(PATH_SUB_CURRENT)/libtpms-0.9.0/Makefile.kmk 85 85 endif
Note:
See TracChangeset
for help on using the changeset viewer.