Changeset 14 in Main for trunk/Server/Makefile
- Timestamp:
- Sep 13, 2024, 10:41:25 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r11 r14 11 11 12 12 tewi$(EXEC): $(OBJS) ../Common/common.a 13 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a -lssl -lcrypto13 $(CC) $(LDFLAGS) -o $@ $(OBJS) -lssl -lcrypto $(LIBS) ../Common/common.a 14 14 15 15 .c.o:
Note:
See TracChangeset
for help on using the changeset viewer.