- Timestamp:
- Dec 3, 2008 8:04:59 AM (16 years ago)
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r14516 r14932 118 118 components/VBoxC.so \ 119 119 components/VBoxSVCM.so \ 120 components/VBoxXPCOMIPCC.so \ 121 $(if $(VBOX_OSE),,VRDPAuth.so) 122 120 components/VBoxXPCOMIPCC.so 123 121 124 122 # Do not remove relocation information of these binaries … … 182 180 ifdef VBOX_WITH_VRDP 183 181 VBOX_LNX_STRIP_BIN += \ 184 VBoxVRDP.so 182 VBoxVRDP.so \ 183 VRDPAuth.so 185 184 VBOX_LNX_NO_STRIP += \ 186 185 rdesktop-vrdp.tar.gz -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r14353 r14932 181 181 endif 182 182 183 # Documentation 183 184 ifdef VBOX_WITH_DOCS_PACKING 184 185 SOLARIS_NO_STRIP += \ … … 188 189 endif 189 190 191 # VRDP 190 192 ifdef VBOX_WITH_VRDP 191 193 SOLARIS_STRIP_BINS += \ 192 VBoxVRDP.so 193 194 VBoxVRDP.so \ 195 VRDPAuth.so 194 196 SOLARIS_NO_STRIP += \ 195 197 rdesktop-vrdp.tar.gz 196 197 198 ifdef VBOX_WITH_VRDP_RDESKTOP 198 199 SOLARIS_NO_STRIP += \
Note:
See TracChangeset
for help on using the changeset viewer.