Changeset 322 in Main for trunk


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

trying to add nextstep support

Location:
trunk
Files:
2 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)
  • trunk/Platform/nextstep.mk

    r321 r322  
    88EXEC =
    99LIBSUF = .so
     10AR_USUAL=rc
     11MAYBE_RANLIB=ranlib common.a
Note: See TracChangeset for help on using the changeset viewer.