Changeset 76969 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Jan 24, 2019 8:51:16 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r76553 r76969 32 32 # without waiting for any thread synchronisation. 33 33 tstGuestPropSvc_DEFS = VBOX_WITH_HGCM VBOX_GUEST_PROP_TEST_NOTHREAD 34 tstGuestPropSvc_SOURCES = tstGuestPropSvc.cpp ../service.cpp 34 tstGuestPropSvc_SOURCES = \ 35 tstGuestPropSvc.cpp \ 36 ../VBoxGuestPropSvc.cpp 35 37 tstGuestPropSvc_LIBS = $(LIB_RUNTIME) 36 38
Note:
See TracChangeset
for help on using the changeset viewer.