Changeset 98126 in vbox for trunk/src/VBox/Additions/os2
- Timestamp:
- Jan 19, 2023 1:47:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/Makefile.kmk
r95295 r98126 95 95 # 96 96 TEMPLATE_VBoxR0DrvIFS = Hack to make sure we link a library. IFS must not be physical devices, but DLLs! 97 TEMPLATE_VBoxR0DrvIFS_EXTENDS = VB OXGUESTR098 ifdef VBOX_USE_WATCOM_FOR_OS2 99 TEMPLATE_VBoxR0DrvIFS_LDFLAGS = $(subst physdevice,dll, $(TEMPLATE_VB OXGUESTR0_LDFLAGS))97 TEMPLATE_VBoxR0DrvIFS_EXTENDS = VBoxGuestR0Drv 98 ifdef VBOX_USE_WATCOM_FOR_OS2 99 TEMPLATE_VBoxR0DrvIFS_LDFLAGS = $(subst physdevice,dll, $(TEMPLATE_VBoxGuestR0Drv_LDFLAGS)) 100 100 endif 101 101 TEMPLATE_VBoxR0DrvIFS_SYSSUFF = .ifs
Note:
See TracChangeset
for help on using the changeset viewer.