- Timestamp:
- Oct 16, 2008 11:52:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r13329 r13336 101 101 components/VBoxSVCM.so \ 102 102 components/VBoxXPCOMIPCC.so \ 103 xpidl \104 103 kchmviewer 105 104 ifdef VBOX_WITH_HARDENING … … 299 298 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/components/VBoxSVCM.so $(SOLARIS_INST_DIR)/components/VBoxSVCM.so 300 299 $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/components/VBoxXPCOMIPCC.so $(SOLARIS_INST_DIR)/components/VBoxXPCOMIPCC.so 301 $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/xpidl $(SOLARIS_INST_DIR)/xpidl302 300 $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/kchmviewer $(SOLARIS_INST_DIR)/kchmviewer 303 301 $(QUIET)$(if $(VBOX_WITH_VRDP),$(INSTALL) -m 0644 $(PATH_BIN)/VBoxVRDP.so $(SOLARIS_INST_DIR)/VBoxVRDP.so,) … … 351 349 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/components/VBoxSVCM.so,) 352 350 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/components/VBoxXPCOMIPCC.so,) 353 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/xpidl,)354 351 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARIS_INST_DIR)/kchmviewer,) 355 352 $(QUIET)$(if $(VBOX_DO_STRIP),$(if $(VBOX_WITH_VRDP),strip $(SOLARIS_INST_DIR)/VBoxVRDP.so,),) … … 499 496 $(QUIET)$(SOL_DBG_OBJCOPY) $(PATH_BIN)/components/VBoxSVCM.so $(SOLARIS_DBG_DIR)/components/VBoxSVCM.so 500 497 $(QUIET)$(SOL_DBG_OBJCOPY) $(PATH_BIN)/components/VBoxXPCOMIPCC.so $(SOLARIS_DBG_DIR)/components/VBoxXPCOMIPCC.so 501 $(QUIET)$(SOL_DBG_OBJCOPY) $(PATH_BIN)/xpidl $(SOLARIS_DBG_DIR)/xpidl502 498 $(QUIET)$(SOL_DBG_OBJCOPY) $(PATH_BIN)/kchmviewer $(SOLARIS_DBG_DIR)/kchmviewer 503 499 $(QUIET)$(if $(VBOX_WITH_VRDP),$(SOL_DBG_OBJCOPY) $(PATH_BIN)/VBoxVRDP.so $(SOLARIS_DBG_DIR)/VBoxVRDP.so,)
Note:
See TracChangeset
for help on using the changeset viewer.