Changeset 44881 in vbox for trunk/src/VBox
- Timestamp:
- Mar 1, 2013 9:49:44 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84046
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxMMR
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxMMR
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/VBox-3.0/src/VBox/Additions/WINNT/VBoxMMR 58652,70973 /branches/VBox-3.2/src/VBox/Additions/WINNT/VBoxMMR 66309,66318 /branches/VBox-4.0/src/VBox/Additions/WINNT/VBoxMMR 70873 /branches/VBox-4.1/src/VBox/Additions/WINNT/VBoxMMR 74233,78414,78691 /branches/VBox-4.2/src/VBox/Additions/WINNT/VBoxMMR 82653,84045 /branches/dsen/gui/src/VBox/Additions/WINNT/VBoxMMR 79076-79078,79089,79109-79110,79112-79113,79127-79130,79134,79141,79151,79155,79157-79159,79193,79197 /branches/dsen/gui2/src/VBox/Additions/WINNT/VBoxMMR 79224,79228,79233,79235,79258,79262-79263,79273,79341,79345,79354,79357,79387-79388,79559-79569,79572-79573,79578,79581-79582,79590-79591,79598-79599,79602-79603,79605-79606,79632,79635,79637,79644 /branches/dsen/gui3/src/VBox/Additions/WINNT/VBoxMMR 79645-79692
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Additions/WINNT/VBoxMMR/Makefile.kmk
r44864 r44881 5 5 6 6 # 7 # Copyright (C) 2012 Oracle Corporation7 # Copyright (C) 2012-2013 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 32 32 VBoxMMRHook_SDKS.x86 = WINDDK 33 33 VBoxMMRHook_SOURCES = \ 34 VBoxMMRHook.def \ 35 dllmain.cpp \ 36 tsmfhook.cpp \ 37 logging.cpp 34 VBoxMMRHook.rc \ 35 VBoxMMRHook.def \ 36 dllmain.cpp \ 37 tsmfhook.cpp \ 38 logging.cpp 38 39 39 40 #
Note:
See TracChangeset
for help on using the changeset viewer.