Changeset 29250 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/linux
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
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-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 8 9 # 9 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 22 23 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \ 23 24 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 25 ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 24 26 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \ 25 27 ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \
Note:
See TracChangeset
for help on using the changeset viewer.