Changeset 65818 in vbox
- Timestamp:
- Feb 20, 2017 5:29:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/Makefile.kmk
r65816 r65818 267 267 xproto.h=>xproto.h \ 268 268 xwin.c=>xwin.c \ 269 $(PATH_OUT)/obj/Runtime/errmsgdata.h=>include/errmsgdata.h \ 270 $(PATH_OUT)/obj/Runtime/errmsgvboxcomdata.h=>include/errmsgvboxcomdata.h \ 269 271 $(PATH_OUT)/product-generated.h=>include/product-generated.h \ 270 272 $(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 \ 273 274 $(PATH_ROOT)/include/iprt/alloc.h=>include/iprt/alloc.h \ 274 $(PATH_ROOT)/include/iprt/a lloca.h=>include/iprt/alloca.h \275 $(PATH_ROOT)/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 275 276 $(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 \277 277 $(PATH_ROOT)/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 278 278 $(PATH_ROOT)/include/iprt/assert.h=>include/iprt/assert.h \ … … 291 291 $(PATH_ROOT)/include/iprt/linux/sysfs.h=>include/iprt/linux/sysfs.h \ 292 292 $(PATH_ROOT)/include/iprt/list.h=>include/iprt/list.h \ 293 $(PATH_ROOT)/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \ 293 294 $(PATH_ROOT)/include/iprt/log.h=>include/iprt/log.h \ 294 $(PATH_ROOT)/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \295 295 $(PATH_ROOT)/include/iprt/mem.h=>include/iprt/mem.h \ 296 296 $(PATH_ROOT)/include/iprt/net.h=>include/iprt/net.h \ … … 307 307 $(PATH_ROOT)/include/iprt/string.h=>include/iprt/string.h \ 308 308 $(PATH_ROOT)/include/iprt/symlink.h=>include/iprt/symlink.h \ 309 $(PATH_ROOT)/include/iprt/thread.h=>include/iprt/thread.h \ 309 310 $(PATH_ROOT)/include/iprt/time.h=>include/iprt/time.h \ 310 $(PATH_ROOT)/include/iprt/thread.h=>include/iprt/thread.h \311 311 $(PATH_ROOT)/include/iprt/types.h=>include/iprt/types.h \ 312 312 $(PATH_ROOT)/include/iprt/uni.h=>include/iprt/uni.h \ … … 318 318 $(PATH_ROOT)/include/VBox/sup.h=>include/VBox/sup.h \ 319 319 $(PATH_ROOT)/include/VBox/types.h=>include/VBox/types.h \ 320 $(PATH_ROOT)/include/VBox/usbfilter.h=>include/VBox/usbfilter.h \ 320 321 $(PATH_ROOT)/include/VBox/usb.h=>include/VBox/usb.h \ 321 $(PATH_ROOT)/include/VBox/usbfilter.h=>include/VBox/usbfilter.h \322 322 $(PATH_ROOT)/include/VBox/usblib.h=>include/VBox/usblib.h \ 323 323 $(PATH_ROOT)/include/VBox/version.h=>include/VBox/version.h \ … … 343 343 $(PATH_ROOT)/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp=>Runtime/common/path/RTPathStripTrailingSlash.cpp \ 344 344 $(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 \ 345 346 $(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 \ 346 348 $(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 \349 349 $(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 \351 350 $(PATH_ROOT)/src/VBox/Runtime/common/string/strformat.cpp=>Runtime/common/string/strformat.cpp \ 352 351 $(PATH_ROOT)/src/VBox/Runtime/common/string/strformatrt.cpp=>Runtime/common/string/strformatrt.cpp \ 353 352 $(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 \ 354 354 $(PATH_ROOT)/src/VBox/Runtime/common/string/strprintf.cpp=>Runtime/common/string/strprintf.cpp \ 355 355 $(PATH_ROOT)/src/VBox/Runtime/common/string/strstrip.cpp=>Runtime/common/string/strstrip.cpp \ 356 356 $(PATH_ROOT)/src/VBox/Runtime/common/string/strtonum.cpp=>Runtime/common/string/strtonum.cpp \ 357 357 $(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 \ 358 359 $(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 \360 360 $(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 \ 361 362 $(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 \363 363 $(PATH_ROOT)/src/VBox/Runtime/common/time/timesysalias.cpp=>Runtime/common/time/timesysalias.cpp \ 364 364 $(PATH_ROOT)/src/VBox/Runtime/generic/pathhost-generic.cpp=>Runtime/generic/pathhost-generic.cpp \ … … 390 390 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/fs2-posix.cpp=>Runtime/r3/posix/fs2-posix.cpp \ 391 391 $(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 \ 392 393 $(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 \394 394 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/pipe-posix.cpp=>Runtime/r3/posix/pipe-posix.cpp \ 395 395 $(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.