Ignore:
Timestamp:
Dec 3, 2007, 2:03:09 AM (18 years ago)
Author:
bird
Message:

Use the new $(CP) options and the new $(TEST) builtin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC70.kmk

    r1288 r1350  
    308308                $(subst /,\\,$(libs))
    309309ifeq ($(filter %.exp .def,$(othersrc)),)
    310 ifdef KMK_NEW_CP
    311310        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
    312 else
    313         $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi
    314         $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi
    315 endif
    316311endif
    317312$(eval _DIRS += $(PATH_LIB))
Note: See TracChangeset for help on using the changeset viewer.