VirtualBox

Changeset 2484 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 4, 2007 2:19:33 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20911
Message:

Drop PATH_CURRENT from the global DEFS as it plays merry poppins with sub-makefiles (command deps changes depending on which directory you invoke it from).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r2482 r2484  
    217217ifdef VBOX_WITH_XPCOM
    218218
    219 VBoxSVCM_TEMPLATE               = VBOXMAIN
     219VBoxSVCM_TEMPLATE       = VBOXMAIN
    220220ifneq ($(BUILD_TARGET),linux)
    221 VBoxSVCM_INST                   = $(INST_BIN)components/
    222 endif
    223 VBoxSVCM_DEFS                   = IN_RING3 IN_CFGLDR_R3
    224 VBoxSVCM_INCS                   = \
     221VBoxSVCM_INST           = $(INST_BIN)components/
     222endif
     223VBoxSVCM_DEFS           = IN_RING3 IN_CFGLDR_R3
     224VBoxSVCM_INCS           = \
    225225        include \
    226226        $(PATH_VBoxC) \
    227         $(PATH_VBoxCOM)
    228 VBoxSVCM_SOURCES                = \
     227        $(PATH_VBoxCOM) \
     228        $(PATH_CURRENT)
     229VBoxSVCM_SOURCES        = \
    229230        linux/server_module.cpp
    230 VBoxSVCM_LIBS                   = \
     231VBoxSVCM_LIBS           = \
    231232        $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL)
    232 VBoxSVCM_LDFLAGS.darwin         = -install_name @executable_path/components/VBoxSVCM.dylib
     233VBoxSVCM_LDFLAGS.darwin = -install_name @executable_path/components/VBoxSVCM.dylib
    233234
    234235endif # VBOX_WITH_XPCOM
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette