VirtualBox

Changeset 70159 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 15, 2017 4:48:51 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119721
Message:

VboxGuest: linux & freebsd needs more source to deal with string dependencies...

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile

    r70095 r70159  
    8686SRCS += \
    8787        RTStrCat.c \
     88        RTStrCmp.c \
    8889        RTStrCopy.c \
    8990        RTStrCopyEx.c \
     
    9192        RTStrICmpAscii.c \
    9293        RTStrNICmpAscii.c \
     94        RTStrNCmp.c \
     95        stringalloc.c \
    9396        strformat.c \
    9497        strformatnum.c \
     
    97100        strprintf.c \
    98101        strtonum.c \
    99         memchr.c
     102        memchr.c \
     103        utf-8.c
    100104
    101105.PATH:  ${.CURDIR}/common/rand
  • trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest

    r70095 r70159  
    121121    ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \
    122122    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
     123    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCmp.cpp=>common/string/RTStrCmp.c \
    123124    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
    124125    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
     
    126127    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrICmpAscii.cpp=>common/string/RTStrICmpAscii.c \
    127128    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp=>common/string/RTStrNICmpAscii.c \
     129    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \
     130    ${PATH_ROOT}/src/VBox/Runtime/common/string/stringalloc.cpp=>common/string/stringalloc.c \
    128131    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
    129132    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatnum.cpp=>common/string/strformatnum.c \
     
    133136    ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
    134137    ${PATH_ROOT}/src/VBox/Runtime/common/string/memchr.cpp=>common/string/memchr.c \
     138    ${PATH_ROOT}/src/VBox/Runtime/common/string/utf-8.cpp=>common/string/utf-8.c \
    135139    ${PATH_ROOT}/src/VBox/Runtime/common/rand/rand.cpp=>common/rand/rand.c \
    136140    ${PATH_ROOT}/src/VBox/Runtime/common/rand/randadv.cpp=>common/rand/randadv.c \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r70095 r70159  
    8383        common/misc/thread.o \
    8484        common/string/RTStrCat.o \
     85        common/string/RTStrCmp.o \
    8586        common/string/RTStrCopy.o \
    8687        common/string/RTStrCopyEx.o \
     
    8889        common/string/RTStrICmpAscii.o \
    8990        common/string/RTStrNICmpAscii.o \
     91        common/string/RTStrNCmp.o \
     92        common/string/stringalloc.o \
    9093        common/string/strformat.o \
    9194        common/string/strformatnum.o \
     
    9497        common/string/strprintf.o \
    9598        common/string/strtonum.o \
     99        common/string/utf-8.o \
    96100        common/table/avlpv.o \
    97101        common/time/time.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r70095 r70159  
    136136    ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \
    137137    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCat.cpp=>common/string/RTStrCat.c \
     138    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCmp.cpp=>common/string/RTStrCmp.c \
    138139    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \
    139140    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
     
    141142    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrICmpAscii.cpp=>common/string/RTStrICmpAscii.c \
    142143    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp=>common/string/RTStrNICmpAscii.c \
     144    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \
     145    ${PATH_ROOT}/src/VBox/Runtime/common/string/stringalloc.cpp=>common/string/stringalloc.c \
    143146    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
    144147    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatnum.cpp=>common/string/strformatnum.c \
     
    147150    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \
    148151    ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
     152    ${PATH_ROOT}/src/VBox/Runtime/common/string/utf-8.cpp=>common/string/utf-8.c \
    149153    ${PATH_ROOT}/src/VBox/Runtime/common/table/avlpv.cpp=>common/table/avlpv.c \
    150154    ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Base.cpp.h=>common/table/avl_Base.cpp.h \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette