Changeset 438 for trunk/kBuild/footer.kmk
- Timestamp:
- May 27, 2006, 2:48:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r424 r438 1218 1218 # - On OS/2 and windows these are libraries. 1219 1219 # - On other platforms they are fake DLLs. 1220 ifeq ($( subst win32,os2,$(BUILD_TARGET)),os2)1220 ifeq ($(filter-out win64 win32 os2,$(BUILD_TARGET)),) 1221 1221 $(foreach target, $(IMPORT_LIBS) $(IMPORT_LIBS.$(BUILD_TARGET)), $(eval $(value def_lib))) 1222 1222 else … … 1739 1739 __footer_kmk__ := target 1740 1740 endif # __footer_kmk__ 1741 1741
Note:
See TracChangeset
for help on using the changeset viewer.