Changeset 39540 in vbox for trunk/src/VBox/HostServices/SharedFolders/testcase
- Timestamp:
- Dec 6, 2011 3:17:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75246
- Location:
- trunk/src/VBox/HostServices/SharedFolders/testcase
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r38152 r39540 51 51 tstShflCase_LIBS = $(LIB_RUNTIME) 52 52 53 # 54 # HGCM service testcase. 55 # 56 57 # As there are differences between the Windows build of the service and others, 58 # we do an additional build with RT_OS_WINDOWS defined on non-Windows targets. 59 PROGRAMS += \ 60 tstSharedFolderService \ 61 $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win) 62 63 tstSharedFolderService_TEMPLATE = VBOXR3TSTEXE 64 tstSharedFolderService_DEFS = VBOX_WITH_HGCM UNITTEST 65 tstSharedFolderService_INCS = .. 66 tstSharedFolderService_SOURCES = \ 67 tstSharedFolderService.cpp \ 68 ../mappings.cpp \ 69 ../service.cpp \ 70 ../shflhandle.cpp \ 71 ../vbsf.cpp 72 tstSharedFolderService_LIBS = $(LIB_RUNTIME) 73 74 tstSharedFolderService-win_TEMPLATE = $(tstSharedFolderService_TEMPLATE) 75 tstSharedFolderService-win_DEFS = \ 76 $(tstSharedFolderService_DEFS) \ 77 RT_OS_WINDOWS 78 tstSharedFolderService-win_INCS = $(tstSharedFolderService_INCS) 79 tstSharedFolderService-win_SOURCES = $(tstSharedFolderService_SOURCES) 80 tstSharedFolderService-win_LIBS = $(tstSharedFolderService_LIBS) 81 53 82 endif # VBOX_WITH_TESTCASES 54 83
Note:
See TracChangeset
for help on using the changeset viewer.