Changeset 29056 in vbox
- Timestamp:
- May 5, 2010 8:44:58 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile
r28800 r29056 76 76 .PATH: ${.CURDIR}/common/string 77 77 SRCS += \ 78 RTStrCopy.c \ 78 79 strformat.c \ 79 80 strformatrt.c \ -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest
r29043 r29056 107 107 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \ 108 108 ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \ 109 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 109 110 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ 110 111 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r28800 r29056 108 108 common/misc/RTAssertMsg2WeakV.o \ 109 109 common/misc/assert.o \ 110 common/string/RTStrCopy.o \ 110 111 common/string/strformat.o \ 111 112 common/string/strformatrt.o \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r29043 r29056 104 104 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \ 105 105 ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \ 106 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 106 107 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ 107 108 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
Note:
See TracChangeset
for help on using the changeset viewer.