Changeset 6459 in vbox for trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
- Timestamp:
- Jan 23, 2008 6:30:01 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
r6356 r6459 30 30 vboxadd-xclient_DEFS += VBOX_X11_CLIPBOARD 31 31 32 ifdef LINUX_SEAMLESS_GUEST32 ifdef VBOX_X11_SEAMLESS_GUEST 33 33 vboxadd-xclient_SOURCES += \ 34 34 seamless-host.cpp \ … … 49 49 vboxadd-xclient_DEFS += _GNU_SOURCE VBOX_HGCM 50 50 51 ifdef LINUX_SEAMLESS_GUEST52 vboxadd-xclient_DEFS += SEAMLESS_ LINUX51 ifdef VBOX_X11_SEAMLESS_GUEST 52 vboxadd-xclient_DEFS += SEAMLESS_X11 53 53 endif 54 54 … … 60 60 $(QUIET)ln -sf `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ || cp `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 61 61 62 ifdef LINUX_SEAMLESS_GUEST62 ifdef VBOX_X11_SEAMLESS_GUEST 63 63 ifdef VBOX_WITH_TESTCASES 64 64 # Additional testcase designed to be run manually, which initiates and starts the Linux
Note:
See TracChangeset
for help on using the changeset viewer.