Changeset 6361 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
- Timestamp:
- Jan 15, 2008 10:39:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r6075 r6361 24 24 # 25 25 ifeq ($(BUILD_PLATFORM),os2) 26 SYSMODS.os2 += VBoxGuest 26 ifdef VBOX_WITH_OS2_ADDITIONS 27 SYSMODS.os2 += VBoxGuest 28 endif 27 29 VBoxGuest_TEMPLATE = VBOXOS2GUESTR0 28 30 VBoxGuest_DEFS = VBGL_VBOXGUEST VBOX_HGCM … … 43 45 44 46 # temp hack to ensure that VBoxGuestA-os2.asm is first in the link. 45 LIBRARIES += VBoxGuestLib 47 ifdef VBOX_WITH_OS2_ADDITIONS 48 LIBRARIES += VBoxGuestLib 49 endif 46 50 VBoxGuestLib_TEMPLATE = VBOXOS2GUESTR0LIB 47 51 VBoxGuestLib_NOINST = 1
Note:
See TracChangeset
for help on using the changeset viewer.