Changeset 254 in Main for 2.03E/Common/Makefile


Ignore:
Timestamp:
Oct 4, 2024, 1:08:33 PM (6 weeks ago)
Author:
Nishi
Message:

add 2.03E

Location:
2.03E
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 2.03E/Common/Makefile

    r218 r254  
    1515
    1616common.a: $(OBJS)
     17        rm -f common.a
    1718        $(AR) rcs $@ `echo $(OBJS) | $(AR_PROC)`
    1819
    1920common.lib: $(OBJS)
     21        rm -f common.lib
    2022        $(AR) $(AR_FLAGS)$@ `echo $(OBJS) | $(AR_PROC)`
    2123
Note: See TracChangeset for help on using the changeset viewer.