Changeset 37720 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jun 30, 2011 8:27:48 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72581
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r37025 r37720 94 94 $(QUIET)$(APPEND) -t "$@" "done" 95 95 96 PROGRAMS += tstVector97 tstVector_TEMPLATE = VBOXR3TSTEXE98 tstVector_SOURCES = \99 testcase/tstVector.cpp100 tstVector_INCS = .101 tstVector_LIBS = \102 $(LIB_RUNTIME)103 104 96 # 105 97 # Additional testcase designed to be run manually, which initiates and starts the Linux -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r37719 r37720 21 21 #include <iprt/err.h> 22 22 #include <iprt/assert.h> 23 #include <iprt/vector.h>24 23 #include <VBox/log.h> 25 24 … … 30 29 31 30 #include <limits.h> 31 32 #include "vector.h" 32 33 33 34 #ifdef TESTCASE
Note:
See TracChangeset
for help on using the changeset viewer.