VirtualBox

Changeset 897 in vbox


Ignore:
Timestamp:
Feb 14, 2007 12:14:23 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18615
Message:

introduced VBOX_LIBIDL_CONFIG

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r859 r897  
    670670# bin2c (convert binary files into C arrays)
    671671VBOX_BIN2C     ?= $(PATH_OBJ)/src/bldprogs/bin2c/bin2c$(HOSTSUFF_EXE)
     672
     673# libIDL-config (for xpcom18a4)
     674ifeq ($(origin VBOX_LIBIDL_CONFIG),undefined)
     675  export VBOX_LIBIDL_CONFIG := $(firstword $(shell which libIDL-config-2 libIDL-config 2> /dev/null))
     676endif
    672677
    673678# mkisofs
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r641 r897  
    521521
    522522# We do these ONCE.
    523 libIDL_config        := $(firstword $(shell which libIDL-config-2 libIDL-config 2> /dev/null))
    524 libIDL_config_cflags := $(shell $(libIDL_config) --cflags)
    525 libIDL_config_libs   := $(shell $(libIDL_config) --libs)
     523libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags)
     524libIDL_config_libs   := $(shell $(VBOX_LIBIDL_CONFIG) --libs)
    526525xpidl_CFLAGS = \
    527526        $(libIDL_config_cflags)
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