Changeset 28176 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 12, 2010 8:04:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r28010 r28176 33 33 # 34 34 VBoxService_TEMPLATE = VBOXGUESTR3EXE 35 VBoxService_DEFS = VBOX SERVICE_TIMESYNC VBOXSERVICE_MANAGEMENT35 VBoxService_DEFS = VBOX_WITH_HGCM VBOXSERVICE_TIMESYNC VBOXSERVICE_MANAGEMENT 36 36 VBoxService_DEFS.win += _WIN32_WINNT=0x0501 37 37 VBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD … … 39 39 VBoxService_DEFS += VBOX_WITH_GUEST_PROPS VBOXSERVICE_VMINFO 40 40 if1of ($(KBUILD_TARGET), win) 41 VBoxService_DEFS += VBOX _WITH_HGCM VBOXSERVICE_EXEC41 VBoxService_DEFS += VBOXSERVICE_EXEC 42 42 endif 43 43 ifdef VBOX_WITH_GUEST_CONTROL
Note:
See TracChangeset
for help on using the changeset viewer.