- Timestamp:
- Jan 23, 2023 9:31:12 AM (2 years ago)
- Location:
- trunk/src/libs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/dxvk-native-1.9.2a/Makefile.kmk
r98103 r98226 74 74 # DXK utilities static library 75 75 # 76 VBox-DxVkNativeUtil_TEMPLATE = VBoxR3 RuntimeDllNonPedantic76 VBox-DxVkNativeUtil_TEMPLATE = VBoxR3DllNonPedantic 77 77 VBox-DxVkNativeUtil_DEFS = \ 78 78 DXVK_NATIVE \ … … 159 159 # Core DXVK library. 160 160 # 161 VBox-DxVkNativeDxVk_TEMPLATE = VBoxR3 RuntimeDllNonPedantic161 VBox-DxVkNativeDxVk_TEMPLATE = VBoxR3DllNonPedantic 162 162 VBox-DxVkNativeDxVk_DEFS = \ 163 163 DXVK_NATIVE \ … … 285 285 # DXVK D3D11 interface library 286 286 # 287 VBox-DxVkNativeD3D11_TEMPLATE = VBoxR3 RuntimeDllNonPedantic287 VBox-DxVkNativeD3D11_TEMPLATE = VBoxR3DllNonPedantic 288 288 VBox-DxVkNativeD3D11_DEFS = \ 289 289 DXVK_NATIVE \ -
trunk/src/libs/libtpms-0.9.0/Makefile.kmk
r98103 r98226 32 32 33 33 LIBRARIES += VBox-libtpms_tpm12 VBox-libtpms_tpm2 VBox-libtpms 34 VBox-libtpms_tpm12_TEMPLATE = VBoxR3 RuntimeDllNonPedantic34 VBox-libtpms_tpm12_TEMPLATE = VBoxR3DllNonPedantic 35 35 VBox-libtpms_tpm12_SDKS = VBOX_OPENSSL2 36 36 VBox-libtpms_tpm12_DEFS = \ … … 98 98 src/tpm_tpm12_tis.c 99 99 100 VBox-libtpms_tpm2_TEMPLATE = VBoxR3 RuntimeDllNonPedantic100 VBox-libtpms_tpm2_TEMPLATE = VBoxR3DllNonPedantic 101 101 VBox-libtpms_tpm2_SDKS = VBOX_OPENSSL2 102 102 VBox-libtpms_tpm2_DEFS = \ … … 239 239 src/tpm_tpm2_tis.c 240 240 241 VBox-libtpms_TEMPLATE = VBoxR3 RuntimeDllNonPedantic241 VBox-libtpms_TEMPLATE = VBoxR3DllNonPedantic 242 242 ifn1of ($(KBUILD_TARGET), win) 243 243 VBox-libtpms_CFLAGS += -include tpm_library_conf.h
Note:
See TracChangeset
for help on using the changeset viewer.