webmcp
log Makefile.options
| age | author | description |
|---|---|---|
| 2020-02-10 | jbe | Removed -lc from flags for creating shared libraries (should no longer be necessary when using cc instead of ld) |
| 2019-10-19 | jbe | Use "cc -shared" instead of "ld -shared" to create *.so files |
| 2019-10-12 | jbe | Add -lc to LDFLAGS to avoid weird problems on FreeBSD |