Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added possibility of building using system pugixml | 2018-03-27 | 1 | -0/+6 | |
| | |||||
* | srcclean (nw) | 2018-02-25 | 1 | -1/+1 | |
| | |||||
* | Enable use of system-wide asio, glm and rapidjson (#3172) | 2018-02-08 | 1 | -0/+18 | |
| | | | | | | | | | | | | * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers | ||||
* | Fixed building using system utf8proc | 2017-01-26 | 1 | -0/+6 | |
| | |||||
* | resurected sqlite3 and lsqlite3 (nw) | 2016-11-07 | 1 | -0/+6 | |
| | |||||
* | Replaced code usage of libuv with asio library (nw) | 2016-10-07 | 1 | -6/+0 | |
| | |||||
* | removed not used libraries, and commented portaudio that will be used but no ↵ | 2016-05-31 | 1 | -6/+0 | |
| | | | | need for now (nw) | ||||
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -18/+18 | |
| | |||||
* | fix include dirs (nw) | 2016-03-29 | 1 | -1/+1 | |
| | |||||
* | Multiple link and include path support (nw) | 2016-03-28 | 1 | -1/+6 | |
| | | | | ie. USE_SYSTEM_LIB_FLAC=FLAC,ogg:/usr/include | ||||
* | only explicit system include paths (nw) | 2016-03-28 | 1 | -1/+1 | |
| | |||||
* | Extend system library support (nw) | 2016-03-28 | 1 | -0/+99 | |
Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 |