Changeset 5869 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 28, 2007 6:38:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xclient/Makefile.kmk
r5868 r5869 53 53 $(QUIET)ln -sf `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ || cp `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 54 54 55 ifdef LINUX_SEAMLESS_GUEST 56 ifdef VBOX_WITH_CPPUNIT_TESTCASES 57 PROGRAMS += tstSeamlessX11 58 tstSeamlessX11_TEMPLATE = VBOXCPPUNITEXE 59 tstSeamlessX11_SOURCES = \ 60 testcase/tstSeamlessX11.cpp \ 61 seamless-x11.cpp 62 tstSeamlessX11_INST = $(INST_TESTCASE) 63 endif 64 endif 65 55 66 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.