Changeset 322 in Main for trunk/Common/Makefile


Ignore:
Timestamp:
Oct 15, 2024, 2:41:06 AM (5 weeks ago)
Author:
Nishi
Message:

trying to add nextstep support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Makefile

    r255 r322  
    55AR_FLAGS=rcs
    66AR_PROC=cat
     7AR_USUAL=rcs
    78include $(PWD)/Platform/$(PLATFORM).mk
    89
     
    1617common.a: $(OBJS)
    1718        rm -f common.a
    18         $(AR) rcs $@ `echo $(OBJS) | $(AR_PROC)`
     19        $(AR) $(AR_USUAL) $@ `echo $(OBJS) | $(AR_PROC)`
     20        $(MAYBE_RANLIB)
    1921
    2022common.lib: $(OBJS)
Note: See TracChangeset for help on using the changeset viewer.