- Timestamp:
- Mar 16, 2012 11:47:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r40430 r40511 208 208 endif 209 209 210 210 211 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) 211 ifn eq ($(KBUILD_TARGET),win) # No variadic macros in Visual C++ 2002212 ifn1of ($(KBUILD_TARGET), solaris win) # No variadic macros in Visual C++ 2002; Unresolved RTR0AssertPanicSystem on Solaris 11 / gcc 4.5.2. 212 213 PROGRAMS += tstVBoxGuest-solaris 214 tstVBoxGuest-solaris_TEMPLATE = VBOXR3TSTEXE 215 tstVBoxGuest-solaris_SOURCES = \ 216 VBoxGuest-solaris-streams.c \ 217 testcase/tstVBoxGuest-solaris.cpp 218 tstVBoxGuest-solaris_DEFS = TESTCASE 219 tstVBoxGuest-solaris_LIBS = $(LIB_RUNTIME) 213 220 endif 214 221 endif 215 tstVBoxGuest-solaris_TEMPLATE = VBOXR3TSTEXE216 tstVBoxGuest-solaris_SOURCES = \217 VBoxGuest-solaris-streams.c \218 testcase/tstVBoxGuest-solaris.cpp219 tstVBoxGuest-solaris_DEFS = TESTCASE220 tstVBoxGuest-solaris_LIBS = $(LIB_RUNTIME)221 222 222 223 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.