Changeset 41477 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- Location:
- trunk/src/VBox/Disassembler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Makefile.kmk
r38082 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 86 86 endif # VBOX_WITH_TESTCASES 87 87 88 include $( KBUILD_PATH)/subfooter.kmk88 include $(FILE_KBUILD_SUB_FOOTER) 89 89 -
trunk/src/VBox/Disassembler/testcase/Makefile.kmk
r38152 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 234 234 235 235 endif # VBOX_WITH_TESTCASES 236 include $( KBUILD_PATH)/subfooter.kmk237 236 include $(FILE_KBUILD_SUB_FOOTER) 237
Note:
See TracChangeset
for help on using the changeset viewer.