Changeset 41477 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r28800 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 09Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 26 26 27 27 SUB_DEPTH = ../../../../.. 28 include 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 30 PROGRAMS += \ … … 93 93 tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp 94 94 95 include $( KBUILD_PATH)/subfooter.kmk95 include $(FILE_KBUILD_SUB_FOOTER) 96 96
Note:
See TracChangeset
for help on using the changeset viewer.