VirtualBox

Changeset 3187 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jun 20, 2007 5:21:17 PM (17 years ago)
Author:
vboxsync
Message:

Moved the noisy GLIB and LIBIDL to src/libs/xpcom (OS/2 only - but should be done on the other platforms too).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3186 r3187  
    780780ifeq ($(filter-out win.x86 linux.x86, $(BUILD_PLATFORM).$(BUILD_PLATFORM_ARCH)),)
    781781 PATH_TOOL_YASM ?= $(PATH_DEVTOOLS_BLD)/bin
    782 endif
    783 
    784 # glib and libIDL needed by XPCOM on OS/2.
    785 ifeq ($(BUILD_TARGET),os2)
    786  VBOX_PATH_GLIB      ?= $(PATH_DEVTOOLS_TRG)/glibidl
    787  VBOX_PATH_GLIB      := $(wildcard $(VBOX_PATH_GLIB))
    788  VBOX_PATH_LIBIDL    ?= $(PATH_DEVTOOLS_TRG)/glibidl
    789  VBOX_PATH_LIBIDL    := $(wildcard $(VBOX_PATH_LIBIDL))
    790  ifeq ($(VBOX_PATH_GLIB),)
    791   $(warning VBOX_PATH_GLIB is wrong or not defined!)
    792  endif
    793  ifeq ($(VBOX_PATH_LIBIDL),)
    794   $(warning VBOX_PATH_LIBIDL is wrong or not defined!)
    795  endif
    796782endif
    797783
Note: See TracChangeset for help on using the changeset viewer.

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