Ignore:
Timestamp:
May 27, 2006, 2:48:13 PM (19 years ago)
Author:
bird
Message:

win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r424 r438  
    12181218#   - On OS/2 and windows these are libraries.
    12191219#   - On other platforms they are fake DLLs.
    1220 ifeq ($(subst win32,os2,$(BUILD_TARGET)),os2)
     1220ifeq ($(filter-out win64 win32 os2,$(BUILD_TARGET)),)
    12211221$(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)), $(eval $(value def_lib)))
    12221222else
     
    17391739__footer_kmk__ := target
    17401740endif # __footer_kmk__
    1741        
     1741
Note: See TracChangeset for help on using the changeset viewer.