Changeset 126 for trunk/kBuild/tools


Ignore:
Timestamp:
Jun 26, 2004, 12:13:54 AM (21 years ago)
Author:
bird
Message:

implemented publish for libraries.

Location:
trunk/kBuild/tools
Files:
3 edited

Legend:

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

    r124 r126  
    124124        $(RM) -f $$@
    125125        $(TOOL_GCC3_AR) $(flags) $$@ $(objs)
    126         $(MKDIR) -p $(PATH_LIB)
    127         $(CP) $$@ $(PATH_LIB)/
    128126       
    129127endef
  • trunk/kBuild/tools/MINGW32.kmk

    r123 r126  
    148148        $(RM) -f $$@
    149149        $(TOOL_MINGW32_AR) $(flags) $$@ $(objs)
    150         $(MKDIR) -p $(PATH_LIB)
    151         $(CP) $$@ $(PATH_LIB)/
    152150       
    153151endef
  • trunk/kBuild/tools/VCC70.kmk

    r112 r126  
    130130        $(TOOL_VCC70_AR) $(flags) /OUT:$(call CYGPATHMIXED,$(lib)) $(subst /,\\,$(call CYGPATHMIXED,$(objs))) \
    131131                $(foreach def,$(filter %.def,$(othersrc)), /DEF:$(call CYGPATHMIXED,$(def)))
    132         $(MKDIR) -p $(PATH_LIB)
    133         $(CP) $$@ $(PATH_LIB)/
    134132       
    135133endef
Note: See TracChangeset for help on using the changeset viewer.