Changeset 897 in vbox
- Timestamp:
- Feb 14, 2007 12:14:23 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18615
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r859 r897 670 670 # bin2c (convert binary files into C arrays) 671 671 VBOX_BIN2C ?= $(PATH_OBJ)/src/bldprogs/bin2c/bin2c$(HOSTSUFF_EXE) 672 673 # libIDL-config (for xpcom18a4) 674 ifeq ($(origin VBOX_LIBIDL_CONFIG),undefined) 675 export VBOX_LIBIDL_CONFIG := $(firstword $(shell which libIDL-config-2 libIDL-config 2> /dev/null)) 676 endif 672 677 673 678 # mkisofs -
trunk/src/libs/xpcom18a4/Makefile.kmk
r641 r897 521 521 522 522 # 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) 523 libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags) 524 libIDL_config_libs := $(shell $(VBOX_LIBIDL_CONFIG) --libs) 526 525 xpidl_CFLAGS = \ 527 526 $(libIDL_config_cflags)
Note:
See TracChangeset
for help on using the changeset viewer.