Changeset 54503 in vbox
- Timestamp:
- Feb 25, 2015 4:03:34 PM (10 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r53871 r54503 35 35 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \ 36 36 tstMediumLock \ 37 tstMouseImpl \38 37 tstGuid 39 38 PROGRAMS.linux += \ … … 237 236 238 237 # 239 # tstMouseImpl240 #241 tstMouseImpl_TEMPLATE = VBOXMAINTSTEXE242 tstMouseImpl_SOURCES = \243 tstMouseImpl.cpp \244 ../src-client/MouseImpl.cpp \245 ../src-all/EventImpl.cpp \246 ../src-all/AutoCaller.cpp \247 ../src-all/VirtualBoxBase.cpp \248 ../src-all/VirtualBoxErrorInfoImpl.cpp \249 $(VBOX_AUTOGEN_EVENT_CPP) \250 $(VBOX_XML_SCHEMADEFS_CPP)251 tstMouseImpl_INCS = ../include \252 $(VBOX_PATH_SDK)/bindings/xpcom/include \253 $(VBOX_PATH_SDK)/bindings/xpcom/include/nsprpub \254 $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \255 $(dir $(VBOX_XML_SCHEMADEFS_H)) \256 $(VBOX_MAIN_APIWRAPPER_INCS)257 tstMouseImpl_INTERMEDIATES = $(VBOX_MAIN_APIWRAPPER_GEN_HDRS)258 259 tstMouseImpl_LIBS = \260 $(PATH_STAGE_LIB)/VBoxAPIWrap$(VBOX_SUFF_LIB) \261 $(LIB_VMM)262 # Super ugly hack to make the code work well enough without having ATL/COM263 # completely initialized, without it there are crashes caused by ComObjPtr264 # and many other pieces of glue code, as the inproc code path is more picky.265 tstMouseImpl_DEFS.win += VBOX_COM_OUTOFPROC_MODULE266 267 268 #269 238 # tstGuid 270 239 #
Note:
See TracChangeset
for help on using the changeset viewer.