VirtualBox

Ignore:
Timestamp:
Jun 20, 2007 5:21:17 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22126
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/src/libs/xpcom18a4/Makefile.kmk

    r3149 r3187  
    547547
    548548ifeq ($(filter-out os2,$(BUILD_TARGET)),)
    549  xpidl_INCS = $(VBOX_PATH_LIBIDL)/include $(VBOX_PATH_GLIB)/include
    550  xpidl_LIBS = $(VBOX_PATH_LIBIDL)/lib/libidl.lib $(VBOX_PATH_LIBIDL)/lib/glib.lib
     549 # glib and libIDL needed by XPCOM on OS/2.
     550 VBOX_PATH_GLIB      ?= $(PATH_DEVTOOLS_TRG)/glibidl
     551 VBOX_PATH_GLIB      := $(wildcard $(VBOX_PATH_GLIB))
     552 VBOX_PATH_LIBIDL    ?= $(PATH_DEVTOOLS_TRG)/glibidl
     553 VBOX_PATH_LIBIDL    := $(wildcard $(VBOX_PATH_LIBIDL))
     554 ifeq ($(VBOX_PATH_GLIB),)
     555  $(warning VBOX_PATH_GLIB is wrong or not defined!)
     556 endif
     557 ifeq ($(VBOX_PATH_LIBIDL),)
     558  $(warning VBOX_PATH_LIBIDL is wrong or not defined!)
     559 endif
     560 xpidl_INCS = \
     561        $(VBOX_PATH_LIBIDL)/include \
     562        $(VBOX_PATH_GLIB)/include
     563 xpidl_LIBS = \
     564        $(VBOX_PATH_LIBIDL)/lib/libidl.lib \
     565        $(VBOX_PATH_LIBIDL)/lib/glib.lib
    551566else
    552567 # We do these ONCE.
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