VirtualBox

Changeset 65818 in vbox


Ignore:
Timestamp:
Feb 20, 2017 5:29:47 PM (8 years ago)
Author:
vboxsync
Message:

RDP/client: sort files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client-1.8.3/Makefile.kmk

    r65816 r65818  
    267267        xproto.h=>xproto.h \
    268268        xwin.c=>xwin.c \
     269        $(PATH_OUT)/obj/Runtime/errmsgdata.h=>include/errmsgdata.h \
     270        $(PATH_OUT)/obj/Runtime/errmsgvboxcomdata.h=>include/errmsgvboxcomdata.h \
    269271        $(PATH_OUT)/product-generated.h=>include/product-generated.h \
    270272        $(PATH_OUT)/version-generated.h=>include/version-generated.h \
    271         $(PATH_OUT)/obj/Runtime/errmsgdata.h=>include/errmsgdata.h \
    272         $(PATH_OUT)/obj/Runtime/errmsgvboxcomdata.h=>include/errmsgvboxcomdata.h \
     273        $(PATH_ROOT)/include/iprt/alloca.h=>include/iprt/alloca.h \
    273274        $(PATH_ROOT)/include/iprt/alloc.h=>include/iprt/alloc.h \
    274         $(PATH_ROOT)/include/iprt/alloca.h=>include/iprt/alloca.h \
     275        $(PATH_ROOT)/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
    275276        $(PATH_ROOT)/include/iprt/asm.h=>include/iprt/asm.h \
    276         $(PATH_ROOT)/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
    277277        $(PATH_ROOT)/include/iprt/asm-math.h=>include/iprt/asm-math.h \
    278278        $(PATH_ROOT)/include/iprt/assert.h=>include/iprt/assert.h \
     
    291291        $(PATH_ROOT)/include/iprt/linux/sysfs.h=>include/iprt/linux/sysfs.h \
    292292        $(PATH_ROOT)/include/iprt/list.h=>include/iprt/list.h \
     293        $(PATH_ROOT)/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \
    293294        $(PATH_ROOT)/include/iprt/log.h=>include/iprt/log.h \
    294         $(PATH_ROOT)/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \
    295295        $(PATH_ROOT)/include/iprt/mem.h=>include/iprt/mem.h \
    296296        $(PATH_ROOT)/include/iprt/net.h=>include/iprt/net.h \
     
    307307        $(PATH_ROOT)/include/iprt/string.h=>include/iprt/string.h \
    308308        $(PATH_ROOT)/include/iprt/symlink.h=>include/iprt/symlink.h \
     309        $(PATH_ROOT)/include/iprt/thread.h=>include/iprt/thread.h \
    309310        $(PATH_ROOT)/include/iprt/time.h=>include/iprt/time.h \
    310         $(PATH_ROOT)/include/iprt/thread.h=>include/iprt/thread.h \
    311311        $(PATH_ROOT)/include/iprt/types.h=>include/iprt/types.h \
    312312        $(PATH_ROOT)/include/iprt/uni.h=>include/iprt/uni.h \
     
    318318        $(PATH_ROOT)/include/VBox/sup.h=>include/VBox/sup.h \
    319319        $(PATH_ROOT)/include/VBox/types.h=>include/VBox/types.h \
     320        $(PATH_ROOT)/include/VBox/usbfilter.h=>include/VBox/usbfilter.h \
    320321        $(PATH_ROOT)/include/VBox/usb.h=>include/VBox/usb.h \
    321         $(PATH_ROOT)/include/VBox/usbfilter.h=>include/VBox/usbfilter.h \
    322322        $(PATH_ROOT)/include/VBox/usblib.h=>include/VBox/usblib.h \
    323323        $(PATH_ROOT)/include/VBox/version.h=>include/VBox/version.h \
     
    343343        $(PATH_ROOT)/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp=>Runtime/common/path/RTPathStripTrailingSlash.cpp \
    344344        $(PATH_ROOT)/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp=>Runtime/common/path/rtPathVolumeSpecLen.cpp \
     345        $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrCmp.cpp=>Runtime/common/string/RTStrCmp.cpp \
    345346        $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrCopy.cpp=>Runtime/common/string/RTStrCopy.cpp \
     347        $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>Runtime/common/string/RTStrNCmp.cpp \
    346348        $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrNLen.cpp=>Runtime/common/string/RTStrNLen.cpp \
    347         $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrCmp.cpp=>Runtime/common/string/RTStrCmp.cpp \
    348         $(PATH_ROOT)/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>Runtime/common/string/RTStrNCmp.cpp \
    349349        $(PATH_ROOT)/src/VBox/Runtime/common/string/straprintf.cpp=>Runtime/common/string/straprintf.cpp \
    350         $(PATH_ROOT)/src/VBox/Runtime/common/string/stringalloc.cpp=>Runtime/common/string/stringalloc.cpp \
    351350        $(PATH_ROOT)/src/VBox/Runtime/common/string/strformat.cpp=>Runtime/common/string/strformat.cpp \
    352351        $(PATH_ROOT)/src/VBox/Runtime/common/string/strformatrt.cpp=>Runtime/common/string/strformatrt.cpp \
    353352        $(PATH_ROOT)/src/VBox/Runtime/common/string/strformattype.cpp=>Runtime/common/string/strformattype.cpp \
     353        $(PATH_ROOT)/src/VBox/Runtime/common/string/stringalloc.cpp=>Runtime/common/string/stringalloc.cpp \
    354354        $(PATH_ROOT)/src/VBox/Runtime/common/string/strprintf.cpp=>Runtime/common/string/strprintf.cpp \
    355355        $(PATH_ROOT)/src/VBox/Runtime/common/string/strstrip.cpp=>Runtime/common/string/strstrip.cpp \
    356356        $(PATH_ROOT)/src/VBox/Runtime/common/string/strtonum.cpp=>Runtime/common/string/strtonum.cpp \
    357357        $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-flags.cpp=>Runtime/common/string/unidata-flags.cpp \
     358        $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-lower.cpp=>Runtime/common/string/unidata-lower.cpp \
    358359        $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-upper.cpp=>Runtime/common/string/unidata-upper.cpp \
    359         $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-lower.cpp=>Runtime/common/string/unidata-lower.cpp \
    360360        $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-16.cpp=>Runtime/common/string/utf-16.cpp \
     361        $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-8-case.cpp=>Runtime/common/string/utf-8-case.cpp \
    361362        $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-8.cpp=>Runtime/common/string/utf-8.cpp \
    362         $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-8-case.cpp=>Runtime/common/string/utf-8-case.cpp \
    363363        $(PATH_ROOT)/src/VBox/Runtime/common/time/timesysalias.cpp=>Runtime/common/time/timesysalias.cpp \
    364364        $(PATH_ROOT)/src/VBox/Runtime/generic/pathhost-generic.cpp=>Runtime/generic/pathhost-generic.cpp \
     
    390390        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/fs2-posix.cpp=>Runtime/r3/posix/fs2-posix.cpp \
    391391        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/fs3-posix.cpp=>Runtime/r3/posix/fs3-posix.cpp \
     392        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/path2-posix.cpp=>Runtime/r3/posix/path2-posix.cpp \
    392393        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/path-posix.cpp=>Runtime/r3/posix/path-posix.cpp \
    393         $(PATH_ROOT)/src/VBox/Runtime/r3/posix/path2-posix.cpp=>Runtime/r3/posix/path2-posix.cpp \
    394394        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/pipe-posix.cpp=>Runtime/r3/posix/pipe-posix.cpp \
    395395        $(PATH_ROOT)/src/VBox/Runtime/r3/posix/symlink-posix.cpp=>Runtime/r3/posix/symlink-posix.cpp \
Note: See TracChangeset for help on using the changeset viewer.

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