Changeset 35368 in vbox for trunk/src/VBox/RDP/client
- Timestamp:
- Dec 30, 2010 1:38:23 PM (14 years ago)
- Location:
- trunk/src/VBox/RDP/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/Makefile.kmk
r32472 r35368 23 23 VBOX_PATH_DEVICES_USB := $(PATH_ROOT)/src/VBox/Devices/USB 24 24 VBOX_PATH_USB_LIB := $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB 25 VBOX_PATH_MAIN_LINUX := $(PATH_ROOT)/src/VBox/Main/ linux25 VBOX_PATH_MAIN_LINUX := $(PATH_ROOT)/src/VBox/Main/src-server/linux 26 26 VBOX_PATH_MAIN_INCLUDE := $(PATH_ROOT)/src/VBox/Main/include 27 27 VBOX_RDESKTOP_SRC_SUBDIR = rdesktop-1.6.0-vrdp -
trunk/src/VBox/RDP/client/files_rdesktop-vrdp
r32472 r35368 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 18 ## @todo r=bird: Why is this in a separate file when only the Makefile.kmk is referring it? 17 19 18 20 rdesktop-nonbin_SOURCES = \ … … 67 69 $(PATH_ROOT)/src/VBox/Main/include/USBGetDevices.h=>vrdp/USBGetDevices.h \ 68 70 $(PATH_ROOT)/src/VBox/Main/include/vector.h=>vrdp/vector.h \ 69 $(PATH_ROOT)/src/VBox/Main/ linux/USBGetDevices.cpp=>vrdp/USBGetDevices.cpp \71 $(PATH_ROOT)/src/VBox/Main/src-server/linux/USBGetDevices.cpp=>vrdp/USBGetDevices.cpp \ 70 72 $(PATH_ROOT)/src/VBox/RDP/client/bitmap.c=>bitmap.c \ 71 73 $(PATH_ROOT)/src/VBox/RDP/client/bootstrap=>bootstrap \ … … 233 235 $(PATH_ROOT)/src/VBox/Runtime/r3/posix/utf8-posix.cpp=>Runtime/r3/posix/utf8-posix.cpp \ 234 236 $(PATH_ROOT)/src/VBox/Runtime/r3/stream.cpp=>Runtime/r3/stream.cpp 237
Note:
See TracChangeset
for help on using the changeset viewer.