aboutsummaryrefslogtreecommitdiff
path: root/binary/Makefile.windows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: bump zlib versionHisham Muhammad2024-02-271-1/+1
|
* Fix build of Windows binaryHisham Muhammad2022-05-031-1/+1
| | | | Fixes #1412.
* Changes for building the all-in-one binary with Lua 5.4Hisham Muhammad2022-04-111-1/+1
|
* support for building 64-bit Windows all-in-one binaryHisham Muhammad2020-01-141-45/+49
|
* Build Windows binaries as .exe in a separate directoryHisham Muhammad2018-08-101-1/+1
|
* binary/Makefile.windows: Use a few more make featuresdaurnimator2018-08-101-13/+12
|
* Remove BINARY_ prefix from CC and NMdaurnimator2018-08-101-1/+1
|
* Windows binary: build libbz2 dependencyHisham Muhammad2018-07-181-1/+15
|
* Use $(CURDIR) instead of $(PWD) in MakefilesPeter Melnichenko2018-07-101-3/+3
| | | | | | | $(CURDIR) is built-in and is guaranteed to always work. $(PWD) is inherited from the shell and may be incorrect or missing. In particular, it is invalid if make is run by some program that changes current directory prior to the execution.
* binary: derive library search paths; minor Windows fixHisham Muhammad2018-07-041-1/+1
|
* Experimental Windows cross-compiled binary buildHisham Muhammad2018-07-021-0/+59
This commit consolidates the work that has been ongoing over the last few weeks in producing the single-binary builds of LuaRocks based on the new distribution model described in https://github.com/luarocks/luarocks/wiki/Project:-LuaRocks-new-distribution-model The single-binary build is in a good shape for Linux, it's a work-in-progress for Windows (binaries do build, but some work on the dependencies is still necessary), and is untested in macOS.