Changeset 2484 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2007 2:19:33 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r2482 r2484 217 217 ifdef VBOX_WITH_XPCOM 218 218 219 VBoxSVCM_TEMPLATE 219 VBoxSVCM_TEMPLATE = VBOXMAIN 220 220 ifneq ($(BUILD_TARGET),linux) 221 VBoxSVCM_INST 222 endif 223 VBoxSVCM_DEFS 224 VBoxSVCM_INCS 221 VBoxSVCM_INST = $(INST_BIN)components/ 222 endif 223 VBoxSVCM_DEFS = IN_RING3 IN_CFGLDR_R3 224 VBoxSVCM_INCS = \ 225 225 include \ 226 226 $(PATH_VBoxC) \ 227 $(PATH_VBoxCOM) 228 VBoxSVCM_SOURCES = \ 227 $(PATH_VBoxCOM) \ 228 $(PATH_CURRENT) 229 VBoxSVCM_SOURCES = \ 229 230 linux/server_module.cpp 230 VBoxSVCM_LIBS 231 VBoxSVCM_LIBS = \ 231 232 $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) 232 VBoxSVCM_LDFLAGS.darwin 233 VBoxSVCM_LDFLAGS.darwin = -install_name @executable_path/components/VBoxSVCM.dylib 233 234 234 235 endif # VBOX_WITH_XPCOM
Note:
See TracChangeset
for help on using the changeset viewer.