Changeset 68641 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Timestamp:
- Sep 5, 2017 1:51:06 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117871
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile
r68581 r68641 28 28 VBoxGuest.c \ 29 29 VBoxGuest-freebsd.c \ 30 GenericRequest.c \31 HGCMInternal.c \32 Init.c \33 PhysHeap.c \34 V MMDev.c30 VBoxGuestR0LibGenericRequest.c \ 31 VBoxGuestR0LibHGCMInternal.c \ 32 VBoxGuestR0LibInit.c \ 33 VBoxGuestR0LibPhysHeap.c \ 34 VBoxGuestR0LibVMMDev.c 35 35 36 36 # Include needed interface headers so they are created during build -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest
r68630 r68641 80 80 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h=>VBoxGuestInternal.h \ 81 81 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile=>Makefile \ 82 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/ GenericRequest.cpp=>GenericRequest.c \83 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/ HGCMInternal.cpp=>HGCMInternal.c \84 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/ Init.cpp=>Init.c \85 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/ PhysHeap.cpp=>PhysHeap.c \82 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibGenericRequest.cpp=>VBoxGuestR0LibGenericRequest.c \ 83 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibHGCMInternal.cpp=>VBoxGuestR0LibHGCMInternal.c \ 84 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibInit.cpp=>VBoxGuestR0LibInit.c \ 85 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibPhysHeap.cpp=>VBoxGuestR0LibPhysHeap.c \ 86 86 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \ 87 87 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \ 88 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/V MMDev.cpp=>VMMDev.c \88 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibVMMDev.cpp=>VBoxGuestR0LibVMMDev.c \ 89 89 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>alloc/heapsimple.c \ 90 90 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \
Note:
See TracChangeset
for help on using the changeset viewer.