aboutsummaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Remove the executable permission bit from some source files (#434)Tianjia Zhang2024-06-291-0/+0
|
* chore; add Lua 5.4 to make filesThijs Schreijer2022-03-231-0/+6
|
* Update Windows projects vor Visual Studio 2017Diego Nehab2019-03-011-1/+1
|
* Added solaris platformJonas Kunze2016-01-151-1/+1
| | | | To compile on solaris some libs had to be linked. So far I was only able to test it on OmniOS r151006
* Out of the box support for Lua 5.3.Diego Nehab2015-02-181-6/+12
|
* Add support for FreeBSD in makefileDiego Nehab2013-09-091-1/+1
| | | | Thanks to Leryan. See issue #78.
* Add MingW support.unknown2013-05-251-5/+14
|
* Improve makefile to allow overriden variablesDiego Nehab2012-05-111-2/+2
| | | | | | Before this change, it was difficult to set default directories for different platforms that would still work with different Lua versions.
* Rework makefiles to simplify setting and choosing build options.Sam Roberts2012-05-081-5/+15
| | | | | | Includes documentation for common build settings, reasonable defaults, and ability to set common build options in the environment.
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-3/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c
| * Add support for serial devices as socket streams on unix.Sam Roberts2012-04-111-0/+1
| |
| * Add all-unix and install-unix targets which include all modules supported on ↵Sam Roberts2012-04-111-1/+4
| | | | | | | | | | | | | | unix. Besides standard socket and mime modules, this includes unix domain socket support.
* | Saving before big changes to support IPv6.Diego Nehab2011-05-251-12/+4
| |
* | Decent makefiles!Diego Nehab2009-05-271-42/+14
|/
* Couple bug fixes.Diego Nehab2007-03-121-1/+0
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-16/+15
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-18/+19
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Final push for release...Diego Nehab2005-08-121-0/+52