<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/binary/Makefile.windows, branch v3.9.1</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.9.1</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2022-05-03T15:59:47+00:00</updated>
<entry>
<title>Fix build of Windows binary</title>
<updated>2022-05-03T15:59:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-03T15:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6f9d42bd4e08e0d567ce41d127848fd46c63787e'/>
<id>urn:sha1:6f9d42bd4e08e0d567ce41d127848fd46c63787e</id>
<content type='text'>
Fixes #1412.
</content>
</entry>
<entry>
<title>Changes for building the all-in-one binary with Lua 5.4</title>
<updated>2022-04-11T20:02:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-11T19:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=eddf776d64941454377f996733f96873cb79bcae'/>
<id>urn:sha1:eddf776d64941454377f996733f96873cb79bcae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support for building 64-bit Windows all-in-one binary</title>
<updated>2020-01-15T00:56:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-01-06T20:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=613b66c271e8b6d4c060668bfe3ca055fc35b166'/>
<id>urn:sha1:613b66c271e8b6d4c060668bfe3ca055fc35b166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build Windows binaries as .exe in a separate directory</title>
<updated>2018-08-11T01:49:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-10T20:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b5926be6dd3438c7f98afe7c9ffb28f52fb6a573'/>
<id>urn:sha1:b5926be6dd3438c7f98afe7c9ffb28f52fb6a573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary/Makefile.windows: Use a few more make features</title>
<updated>2018-08-11T01:49:47+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-08-05T05:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3384a49897e50924438df6182863bf474b644f2d'/>
<id>urn:sha1:3384a49897e50924438df6182863bf474b644f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove BINARY_ prefix from CC and NM</title>
<updated>2018-08-11T01:49:47+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-08-05T05:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0e07112d84f63ff4a4e303524b77a36fba619ad4'/>
<id>urn:sha1:0e07112d84f63ff4a4e303524b77a36fba619ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows binary: build libbz2 dependency</title>
<updated>2018-07-18T14:24:07+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-16T17:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=54eb415216c367becbf1abe288e50d5758831011'/>
<id>urn:sha1:54eb415216c367becbf1abe288e50d5758831011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use $(CURDIR) instead of $(PWD) in Makefiles</title>
<updated>2018-07-10T23:27:08+00:00</updated>
<author>
<name>Peter Melnichenko</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2018-07-10T15:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=74352926fd13834b5b369a70aff3481357483833'/>
<id>urn:sha1:74352926fd13834b5b369a70aff3481357483833</id>
<content type='text'>
$(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.
</content>
</entry>
<entry>
<title>binary: derive library search paths; minor Windows fix</title>
<updated>2018-07-04T21:17:53+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-04T15:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=60d25503ffab71314342f10ffd3d1d8be4eef9f9'/>
<id>urn:sha1:60d25503ffab71314342f10ffd3d1d8be4eef9f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Experimental Windows cross-compiled binary build</title>
<updated>2018-07-02T22:27:48+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-02T22:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8dd1e1460282f5fc992d838ec2411f4d1bc7b2b7'/>
<id>urn:sha1:8dd1e1460282f5fc992d838ec2411f4d1bc7b2b7</id>
<content type='text'>
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.
</content>
</entry>
</feed>
