Changeset 3187 in vbox for trunk/Config.kmk
- Timestamp:
- Jun 20, 2007 5:21:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3186 r3187 780 780 ifeq ($(filter-out win.x86 linux.x86, $(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)),) 781 781 PATH_TOOL_YASM ?= $(PATH_DEVTOOLS_BLD)/bin 782 endif783 784 # glib and libIDL needed by XPCOM on OS/2.785 ifeq ($(BUILD_TARGET),os2)786 VBOX_PATH_GLIB ?= $(PATH_DEVTOOLS_TRG)/glibidl787 VBOX_PATH_GLIB := $(wildcard $(VBOX_PATH_GLIB))788 VBOX_PATH_LIBIDL ?= $(PATH_DEVTOOLS_TRG)/glibidl789 VBOX_PATH_LIBIDL := $(wildcard $(VBOX_PATH_LIBIDL))790 ifeq ($(VBOX_PATH_GLIB),)791 $(warning VBOX_PATH_GLIB is wrong or not defined!)792 endif793 ifeq ($(VBOX_PATH_LIBIDL),)794 $(warning VBOX_PATH_LIBIDL is wrong or not defined!)795 endif796 782 endif 797 783
Note:
See TracChangeset
for help on using the changeset viewer.