Changeset 305 in Main for trunk/Module/Makefile


Ignore:
Timestamp:
Oct 10, 2024, 11:15:08 AM (5 weeks ago)
Author:
Nishi
Message:

fix compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/Makefile

    r255 r305  
    44STATIC=a
    55END=_dll
     6SHARED=-shared
    67include $(PWD)/Platform/$(PLATFORM).mk
    78
     
    1213
    1314.$(OBJ)$(LIBSUF):
    14         $(CC) $(LDFLAGS) -shared -o $@ $< ../Common/common.$(STATIC) $(LIBS)
     15        $(CC) $(LDFLAGS) $(SHARED) -o $@ $< ../Common/common.$(STATIC) $(LIBS)
    1516
    1617.c.$(OBJ):
Note: See TracChangeset for help on using the changeset viewer.