aboutsummaryrefslogtreecommitdiff
path: root/binary/Makefile.windows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(Makefile.windows): bump OpenSSL to 3.5.7 LTSluau-project2026-08-151-4/+7
|
* fix(Makefile.Windows): track static zlib correctly due new rockspecluau-project2026-08-151-2/+2
|
* Bump lua-zlib from 1.2 to 1.4 as part of Lua 5.5 support (#1858)Luau Project2026-08-111-1/+1
| | | | | | | * chore(deps): bump lua-zlib to 1.4 * refactor: adjust static lib for `lua-zlib` 1.4 rockspec * refactor(ci): remove unused copy of zlib import lib for MSVC
* refactor(zlib): use reliable GitHub URL to downloadluau-project2026-07-171-1/+1
|
* ci: Add curl retry on zlib in binary/Makefile.windowsChristian Clauss2026-07-161-1/+1
|
* fix: use zlib fossilsluau-project2026-03-161-1/+1
| | | | | | | | | | * the upstream zlib was updated from 1.3.1 to 1.3.2, invalidating the current URL; * according to zlib website, each tarball released so far can be found at https://www.zlib.net/fossils/ ;
* binary build: minor updatesHisham Muhammad2025-06-051-3/+3
|
* 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.