VirtualBox

Changeset 4628

Show
Ignore:
Timestamp:
09/09/07 01:40:54 (1 year ago)
Author:
vboxsync
Message:

fetch the glibidl stuff on OS/2 automagically.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.kmk

    r4627 r4628  
    293293 
    294294 
    295 ifndef VBOX_OSE 
    296295## add tools fetching to the 'up' / 'update' target. 
    297296up update:: 
    298297# this doesn't work of course if kmk is updated:        svn$(HOSTSUFF_EXE) up $(PATH_KBUILD) 
     298ifndef VBOX_OSE 
    299299        $(MAKE) -C tools fetch 
     300else 
     301        $(MAKE) -C tools -f Makefile-ose.kmk fetch 
    300302endif 
    301303 
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r4071 r4628  
    548548ifeq ($(BUILD_TARGET),os2) 
    549549 # glib and libIDL needed by XPCOM on OS/2. 
    550  VBOX_PATH_GLIB      ?= $(PATH_DEVTOOLS_TRG)/glibidl/gcc335 
    551  VBOX_PATH_LIBIDL    ?= $(PATH_DEVTOOLS_TRG)/glibidl/gcc335 
     550 ifeq ($(VBOX_PATH_GLIB),) 
     551 VBOX_PATH_GLIB := $(lastword $(sort $(wildcard $(PATH_DEVTOOLS_TRG)/glibidl/*/glibidl/gcc335))) 
     552 endif 
     553 VBOX_PATH_LIBIDL ?= $(VBOX_PATH_GLIB) 
    552554 ifeq ($(wildcard $(VBOX_PATH_GLIB)),) 
    553555  $(warning VBOX_PATH_GLIB is "$(VBOX_PATH_GLIB)" which is not a valid directory!) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy