Changeset 41705 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 14, 2012 11:41:34 AM (13 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r41683 r41705 213 213 endif 214 214 215 216 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)217 ifn1of ($(KBUILD_TARGET), solaris win) # No variadic macros in Visual C++ 2002; Unresolved RTR0AssertPanicSystem on Solaris 11 / gcc 4.5.2.218 PROGRAMS += tstVBoxGuest-solaris219 tstVBoxGuest-solaris_TEMPLATE = VBOXR3TSTEXE220 tstVBoxGuest-solaris_SOURCES = \221 VBoxGuest-solaris-streams.c \222 testcase/tstVBoxGuest-solaris.c223 tstVBoxGuest-solaris_DEFS = TESTCASE224 tstVBoxGuest-solaris_LIBS = $(LIB_RUNTIME)225 endif226 endif227 228 215 include $(FILE_KBUILD_SUB_FOOTER) 229 216
Note:
See TracChangeset
for help on using the changeset viewer.