Changeset 7267 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 4, 2008 10:04:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
r7265 r7267 70 70 ifdef VBOX_X11_SEAMLESS_GUEST 71 71 ifdef VBOX_WITH_TESTCASES 72 # 73 # Additional testcase designed to be run manually, which initiates and starts the Linux 74 # guest client part of the seamless additions in the host, faking seamless events from 75 # the host and writing information about guest events to standard output. 76 # 77 PROGRAMS += tstSeamlessX11 78 tstSeamlessX11_TEMPLATE = VBOXR3TSTEXE 79 tstSeamlessX11_SOURCES = \ 80 testcase/tstSeamlessX11.cpp \ 81 seamless-host.cpp \ 82 seamless-x11.cpp \ 83 thread.cpp 84 tstSeamlessX11_LIBS = \ 85 $(LIB_RUNTIME) \ 86 Xext \ 87 Xmu \ 88 X11 72 ifndef VBOX_ONLY_ADDITIONS 73 # 74 # Additional testcase designed to be run manually, which initiates and starts the Linux 75 # guest client part of the seamless additions in the host, faking seamless events from 76 # the host and writing information about guest events to standard output. 77 # 78 PROGRAMS += tstSeamlessX11 79 tstSeamlessX11_TEMPLATE = VBOXR3TSTEXE 80 tstSeamlessX11_SOURCES = \ 81 testcase/tstSeamlessX11.cpp \ 82 seamless-host.cpp \ 83 seamless-x11.cpp \ 84 thread.cpp 85 tstSeamlessX11_LIBS = \ 86 $(LIB_RUNTIME) \ 87 Xext \ 88 Xmu \ 89 X11 90 endif 89 91 endif 90 92 endif
Note:
See TracChangeset
for help on using the changeset viewer.