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 | 
| 2017-05-24 | jbe | Changed Lua version from 5.2 to 5.3 in Makefile.options | 
| 2016-01-07 | jbe | Updated Makefile.options to use pg_config binary and included /usr/include/lua5.2 (for Debian) | 
| 2015-03-24 | jbe | Restored accidentally modified Makefile.options file | 
| 2015-02-27 | jbe | Initialize listeners list in framework/bin/mcp.lua |