Changeset 51770 in vbox for trunk/src/VBox/RDP
- Timestamp:
- Jul 1, 2014 6:14:02 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows/src/VBox (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox/RDP/client/Makefile.in
r38517 r51770 29 29 SCARDOBJ = @SCARDOBJ@ 30 30 31 RDPOBJ = tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o rdp5.o channels.o rdpdr.o serial.o printer.o disk.o parallel.o printercache.o mppc.o pstcache.o lspci.o seamless.o ssl.o Runtime/common/alloc/alloc.o Runtime/common/err/errmsg.o Runtime/common/err/errmsgxpcom.o Runtime/common/err/RTErrConvertFromErrno.o Runtime/common/err/RTErrConvertToErrno.o Runtime/common/ path/RTPathAppend.o Runtime/common/path/RTPathAppendEx.o Runtime/common/path/RTPathCountComponents.o Runtime/common/path/RTPathFilename.o Runtime/common/path/rtPathRootSpecLen.o Runtime/common/path/RTPathStripFilename.o Runtime/common/path/RTPathStripTrailingSlash.o Runtime/common/path/rtPathVolumeSpecLen.o Runtime/common/string/RTStrCmp.o Runtime/common/string/RTStrNCmp.o Runtime/common/string/RTStrCopy.o Runtime/common/string/RTStrNLen.o Runtime/common/string/straprintf.o Runtime/common/string/stringalloc.o Runtime/common/string/strformat.o Runtime/common/string/strformatrt.o Runtime/common/string/strformattype.o Runtime/common/string/strprintf.o Runtime/common/string/strstrip.o Runtime/common/string/strtonum.o Runtime/common/string/unidata.o Runtime/common/string/utf-16.o Runtime/common/string/utf-8.o Runtime/common/string/utf-8-case.o Runtime/common/time/timesysalias.o Runtime/generic/pathhost-generic.o Runtime/r3/alloc.o Runtime/r3/dir.o Runtime/r3/fileio.o Runtime/r3/fs.o Runtime/r3/linux/sysfs.o Runtime/r3/linux/time-linux.o Runtime/r3/posix/dir-posix.o Runtime/r3/posix/env-posix.o Runtime/r3/posix/fileio-posix.o Runtime/r3/posix/fs2-posix.o Runtime/r3/posix/fs3-posix.o Runtime/r3/posix/path-posix.o Runtime/r3/posix/path2-posix.o Runtime/r3/posix/utf8-posix.o Runtime/r3/stream.o vrdp/rdpusb.o vrdp/USBGetDevices.o vrdp/USBLib.o vrdp/linux/USBProxyDevice-linux.o31 RDPOBJ = tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o rdp5.o channels.o rdpdr.o serial.o printer.o disk.o parallel.o printercache.o mppc.o pstcache.o lspci.o seamless.o ssl.o Runtime/common/alloc/alloc.o Runtime/common/err/errmsg.o Runtime/common/err/errmsgxpcom.o Runtime/common/err/RTErrConvertFromErrno.o Runtime/common/err/RTErrConvertToErrno.o Runtime/common/misc/sg.o Runtime/common/path/RTPathAppend.o Runtime/common/path/RTPathAppendEx.o Runtime/common/path/RTPathCountComponents.o Runtime/common/path/RTPathFilename.o Runtime/common/path/rtPathRootSpecLen.o Runtime/common/path/RTPathStripFilename.o Runtime/common/path/RTPathStripTrailingSlash.o Runtime/common/path/rtPathVolumeSpecLen.o Runtime/common/string/RTStrCmp.o Runtime/common/string/RTStrNCmp.o Runtime/common/string/RTStrCopy.o Runtime/common/string/RTStrNLen.o Runtime/common/string/straprintf.o Runtime/common/string/stringalloc.o Runtime/common/string/strformat.o Runtime/common/string/strformatrt.o Runtime/common/string/strformattype.o Runtime/common/string/strprintf.o Runtime/common/string/strstrip.o Runtime/common/string/strtonum.o Runtime/common/string/unidata-flags.o Runtime/common/string/unidata-upper.o Runtime/common/string/unidata-lower.o Runtime/common/string/utf-16.o Runtime/common/string/utf-8.o Runtime/common/string/utf-8-case.o Runtime/common/time/timesysalias.o Runtime/generic/pathhost-generic.o Runtime/r3/alloc.o Runtime/r3/dir.o Runtime/r3/fileio.o Runtime/r3/fs.o Runtime/r3/linux/sysfs.o Runtime/r3/linux/time-linux.o Runtime/r3/posix/dir-posix.o Runtime/r3/posix/env-posix.o Runtime/r3/posix/fileio-posix.o Runtime/r3/posix/fs2-posix.o Runtime/r3/posix/fs3-posix.o Runtime/r3/posix/path-posix.o Runtime/r3/posix/path2-posix.o Runtime/r3/posix/pipe-posix.o Runtime/r3/posix/thread2-posix.o Runtime/r3/posix/utf8-posix.o Runtime/r3/stream.o vrdp/rdpusb.o vrdp/USBGetDevices.o vrdp/USBLib.o vrdp/linux/USBProxyDevice-linux.o 32 32 X11OBJ = rdesktop.o xwin.o xkeymap.o ewmhints.o xclip.o cliprdr.o 33 33 VNCOBJ = vnc/rdp2vnc.o vnc/vnc.o vnc/xkeymap.o vnc/x11stubs.o -
trunk/src/VBox/RDP/client/Makefile.kmk
r41477 r51770 271 271 $(PATH_ROOT)/include/iprt/cdefs.h=>include/iprt/cdefs.h \ 272 272 $(PATH_ROOT)/include/iprt/cpp/autores.h=>include/iprt/cpp/autores.h \ 273 $(PATH_ROOT)/include/iprt/critsect.h=>include/iprt/critsect.h \ 273 274 $(PATH_ROOT)/include/iprt/ctype.h=>include/iprt/ctype.h \ 274 275 $(PATH_ROOT)/include/iprt/dir.h=>include/iprt/dir.h \ 275 276 $(PATH_ROOT)/include/iprt/env.h=>include/iprt/env.h \ 276 277 $(PATH_ROOT)/include/iprt/err.h=>include/iprt/err.h \ 278 $(PATH_ROOT)/include/iprt/errno.h=>include/iprt/errno.h \ 277 279 $(PATH_ROOT)/include/iprt/file.h=>include/iprt/file.h \ 278 280 $(PATH_ROOT)/include/iprt/fs.h=>include/iprt/fs.h \ … … 280 282 $(PATH_ROOT)/include/iprt/list.h=>include/iprt/list.h \ 281 283 $(PATH_ROOT)/include/iprt/log.h=>include/iprt/log.h \ 284 $(PATH_ROOT)/include/iprt/lockvalidator.h=>include/iprt/lockvalidator.h \ 282 285 $(PATH_ROOT)/include/iprt/mem.h=>include/iprt/mem.h \ 283 286 $(PATH_ROOT)/include/iprt/net.h=>include/iprt/net.h \ 284 287 $(PATH_ROOT)/include/iprt/param.h=>include/iprt/param.h \ 285 288 $(PATH_ROOT)/include/iprt/path.h=>include/iprt/path.h \ 289 $(PATH_ROOT)/include/iprt/pipe.h=>include/iprt/pipe.h \ 290 $(PATH_ROOT)/include/iprt/poll.h=>include/iprt/poll.h \ 286 291 $(PATH_ROOT)/include/iprt/process.h=>include/iprt/process.h \ 292 $(PATH_ROOT)/include/iprt/queueatomic.h=>include/iprt/queueatomic.h \ 293 $(PATH_ROOT)/include/iprt/sg.h=>include/iprt/sg.h \ 287 294 $(PATH_ROOT)/include/iprt/stdarg.h=>include/iprt/stdarg.h \ 288 295 $(PATH_ROOT)/include/iprt/stdint.h=>include/iprt/stdint.h \ … … 315 322 $(PATH_ROOT)/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>Runtime/common/err/RTErrConvertFromErrno.cpp \ 316 323 $(PATH_ROOT)/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>Runtime/common/err/RTErrConvertToErrno.cpp \ 324 $(PATH_ROOT)/src/VBox/Runtime/common/misc/sg.cpp=>Runtime/common/misc/sg.cpp \ 317 325 $(PATH_ROOT)/src/VBox/Runtime/common/path/RTPathAppend.cpp=>Runtime/common/path/RTPathAppend.cpp \ 318 326 $(PATH_ROOT)/src/VBox/Runtime/common/path/RTPathAppendEx.cpp=>Runtime/common/path/RTPathAppendEx.cpp \ … … 335 343 $(PATH_ROOT)/src/VBox/Runtime/common/string/strstrip.cpp=>Runtime/common/string/strstrip.cpp \ 336 344 $(PATH_ROOT)/src/VBox/Runtime/common/string/strtonum.cpp=>Runtime/common/string/strtonum.cpp \ 337 $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata.cpp=>Runtime/common/string/unidata.cpp \ 345 $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-flags.cpp=>Runtime/common/string/unidata-flags.cpp \ 346 $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-upper.cpp=>Runtime/common/string/unidata-upper.cpp \ 347 $(PATH_ROOT)/src/VBox/Runtime/common/string/unidata-lower.cpp=>Runtime/common/string/unidata-lower.cpp \ 338 348 $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-16.cpp=>Runtime/common/string/utf-16.cpp \ 339 349 $(PATH_ROOT)/src/VBox/Runtime/common/string/utf-8.cpp=>Runtime/common/string/utf-8.cpp \ … … 346 356 $(PATH_ROOT)/src/VBox/Runtime/include/internal/fs.h=>include/internal/fs.h \ 347 357 $(PATH_ROOT)/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \ 358 $(PATH_ROOT)/src/VBox/Runtime/include/internal/lockvalidator.h=>include/internal/lockvalidator.h \ 348 359 $(PATH_ROOT)/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \ 349 360 $(PATH_ROOT)/src/VBox/Runtime/include/internal/mem.h=>include/internal/mem.h \ 350 361 $(PATH_ROOT)/src/VBox/Runtime/include/internal/path.h=>include/internal/path.h \ 362 $(PATH_ROOT)/src/VBox/Runtime/include/internal/pipe.h=>include/internal/pipe.h \ 351 363 $(PATH_ROOT)/src/VBox/Runtime/include/internal/process.h=>include/internal/process.h \ 352 364 $(PATH_ROOT)/src/VBox/Runtime/include/internal/string.h=>include/internal/string.h \ 365 $(PATH_ROOT)/src/VBox/Runtime/include/internal/thread.h=>include/internal/thread.h \ 353 366 $(PATH_ROOT)/src/VBox/Runtime/include/internal/time.h=>include/internal/time.h \ 354 367 $(PATH_ROOT)/src/VBox/Runtime/r3/alloc.cpp=>Runtime/r3/alloc.cpp \ … … 366 379 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/path-posix.cpp=>Runtime/r3/posix/path-posix.cpp \ 367 380 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/path2-posix.cpp=>Runtime/r3/posix/path2-posix.cpp \ 381 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/pipe-posix.cpp=>Runtime/r3/posix/pipe-posix.cpp \ 382 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/thread2-posix.cpp=>Runtime/r3/posix/thread2-posix.cpp \ 368 383 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/utf8-posix.cpp=>Runtime/r3/posix/utf8-posix.cpp \ 369 384 $(PATH_ROOT)/src/VBox/Runtime/r3/stream.cpp=>Runtime/r3/stream.cpp
Note:
See TracChangeset
for help on using the changeset viewer.