Changeset 54609 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Timestamp:
- Mar 3, 2015 8:32:45 PM (10 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile ¶
r53241 r54609 5 5 6 6 # 7 # Copyright (C) 2006-201 4Oracle Corporation7 # Copyright (C) 2006-2015 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 SRCS = \ 28 28 VBoxGuest.c \ 29 VBoxGuest2.c \30 29 VBoxGuest-freebsd.c \ 31 30 GenericRequest.c \ -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest ¶
r53241 r54609 6 6 7 7 # 8 # Copyright (C) 2007-201 0Oracle Corporation8 # Copyright (C) 2007-2015 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 76 76 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp=>VBoxGuest.c \ 77 77 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c=>VBoxGuest-freebsd.c \ 78 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp=>VBoxGuest2.c \79 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.h=>VBoxGuest2.h \80 78 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h=>VBoxGuestIDC-unix.c.h \ 81 79 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h=>VBoxGuestInternal.h \
Note:
See TracChangeset
for help on using the changeset viewer.