Changeset 14 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Sep 13, 2024, 10:41:25 PM (2 months ago)
Author:
Nishi
Message:

win64 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r11 r14  
    1111
    1212tewi$(EXEC): $(OBJS) ../Common/common.a
    13         $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a -lssl -lcrypto
     13        $(CC) $(LDFLAGS) -o $@ $(OBJS) -lssl -lcrypto $(LIBS) ../Common/common.a
    1414
    1515.c.o:
Note: See TracChangeset for help on using the changeset viewer.