Changeset 8758 in vbox for trunk/src/VBox/HostServices/Makefile.kmk
- Timestamp:
- May 11, 2008 6:27:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/Makefile.kmk
r8155 r8758 27 27 include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk 28 28 endif 29 if1of ($( BUILD_TARGET), win linux solaris)29 if1of ($(KBUILD_TARGET), win linux solaris) 30 30 ifdef VBOX_WITH_OGL 31 31 include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk 32 32 endif 33 33 endif 34 if1of ($( BUILD_TARGET), win linux solaris darwin)34 if1of ($(KBUILD_TARGET), win linux solaris darwin) 35 35 ifdef VBOX_WITH_SHARED_CLIPBOARD 36 36 include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk
Note:
See TracChangeset
for help on using the changeset viewer.