Changeset 11721 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Aug 27, 2008 8:09:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r10198 r11721 49 49 endif # VBOX_WITH_TESTCASES 50 50 51 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST)) 52 if1of ($(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH), x86.x86 amd64.amd64 x86.amd64) 53 OTHERS += $(PATH_TARGET)/tstShflSizes.run 51 ifndef VBOX_ONLY_SDK 52 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST)) 53 if1of ($(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH), x86.x86 amd64.amd64 x86.amd64) 54 OTHERS += $(PATH_TARGET)/tstShflSizes.run 55 endif 54 56 endif 55 57 endif 56 57 58 58 59 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.