VirtualBox

Changeset 4628 in vbox for trunk/src/libs


Ignore:
Timestamp:
Sep 8, 2007 11:40:54 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24274
Message:

fetch the glibidl stuff on OS/2 automagically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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!)
Note: See TracChangeset for help on using the changeset viewer.

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