Changeset 18 in Main for trunk/Module/Makefile
- Timestamp:
- Sep 14, 2024, 9:42:40 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/Makefile
r17 r18 9 9 10 10 .o.so: 11 $(CC) $(LDFLAGS) -shared -o $@ $< $(LIBS)11 $(CC) $(LDFLAGS) -shared -o $@ $< ../Common/common.a $(LIBS) 12 12 13 13 .c.o:
Note:
See TracChangeset
for help on using the changeset viewer.