Changeset 315 in Main for trunk/Module/Makefile


Ignore:
Timestamp:
Oct 14, 2024, 7:01:02 PM (5 weeks ago)
Author:
Nishi
Message:

wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/Makefile

    r314 r315  
    1313
    1414.$(OBJ)$(LIBSUF):
    15         $(CC) $(LDFLAGS) $(SHARED) -o $@ $< ../Common/common.$(STATIC) $(LIBS)
     15        $(CC) $(LDFLAGS) $(SHARED) -o $@ $< $(LIBEXTRA) ../Common/common.$(STATIC) $(LIBS)
    1616
    1717.c.$(OBJ):
Note: See TracChangeset for help on using the changeset viewer.