Changeset 53976 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 27, 2015 6:09:27 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97878
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/ExtPack.xml
r53974 r53976 4 4 <Description>Experimental and unsupported extension pack providing DTrace features to VirtualBox.</Description> 5 5 <Version revision="@VBOX_SVN_REV@">@VBOX_VERSION_STRING@</Version> 6 <MainModule>VBoxDTraceMain</MainModule> 6 7 </VirtualBoxExtensionPack> 7 8 -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r53974 r53976 44 44 COPYING=>ExtPack-SourceCodeLicense.txt 45 45 $(call VBOX_EDIT_VERSION_RULE_FN,VBoxDTraceIns,ExtPack.xml) 46 47 48 # 49 # VBoxSkeletonMain - The module which the VirtualBox Main API talks to. 50 # 51 DLLS += VBoxDTraceMain 52 VBoxDTraceMain_TEMPLATE = VBoxR3ExtPackDTrace 53 VBoxDTraceMain_SOURCES = VBoxDTraceMain.cpp 46 54 47 55 -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
r53975 r53976 1 1 /* $Id$ */ 2 2 /** @file 3 * Skeletonmain module.3 * VBoxDTrace main module. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2010-201 2Oracle Corporation7 * Copyright (C) 2010-2016 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person
Note:
See TracChangeset
for help on using the changeset viewer.