Changeset 897 in vbox for trunk/Config.kmk
- Timestamp:
- Feb 14, 2007 12:14:23 PM (18 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.