Changeset 29250 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61332
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drm
r28800 r29250 1 1 #!/bin/sh 2 # 2 # $Id$ 3 ## @file 3 4 # Shared file between Makefile.kmk and export_modules 4 5 # 5 # Copyright (C) 2007 Oracle Corporation 6 7 # 8 # Copyright (C) 2007-2010 Oracle Corporation 6 9 # 7 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf
r29246 r29250 1 1 #!/bin/sh 2 # $Id: $ 2 3 ## @file 3 4 # Shared file between Makefile.kmk and export_modules … … 5 6 6 7 # 7 # Copyright (C) 2007 Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 8 9 # 9 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 21 22 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \ 22 23 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 24 ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 23 25 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \ 24 26 ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.