VirtualBox

Changeset 1260 in kBuild


Ignore:
Timestamp:
Nov 7, 2007 11:09:47 PM (17 years ago)
Author:
bird
Message:

Fixed bug in the pass 1 handling of IMPORT_LIBS: Non-existing define was referenced, so nothing happend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1256 r1260  
    861861#   - On other platforms they are fake DLLs.
    862862#
    863 ifeq ($(filter-out nt os2 win win64 win32,$(BUILD_TARGET)),)
     863if1of ($(BUILD_TARGET), nt os2 win win64 win32)
    864864 EXT     := LIB
    865865 EXTPRE  :=
     
    868868 bld_trg_base_var := TARGET
    869869 $(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)) $(IMPORT_LIBS.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)), \
    870         $(eval $(value def_pass1_lib)))
     870        $(eval $(value def_pass1_link_common)))
    871871else
    872872 EXT     := DLL
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