Changeset 18 in Main for trunk/Module/Makefile


Ignore:
Timestamp:
Sep 14, 2024, 9:42:40 AM (2 months ago)
Author:
Nishi
Message:

can return response now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/Makefile

    r17 r18  
    99
    1010.o.so:
    11         $(CC) $(LDFLAGS) -shared -o $@ $< $(LIBS)
     11        $(CC) $(LDFLAGS) -shared -o $@ $< ../Common/common.a $(LIBS)
    1212
    1313.c.o:
Note: See TracChangeset for help on using the changeset viewer.