<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/Makefile.embed, branch cmn/oidarray</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>Fix warnings in Makefile.embed</title>
<updated>2013-09-24T04:59:32+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-09-24T04:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a3c2d916d8ad67196d2211b0a88dcbab7a433764'/>
<id>a3c2d916d8ad67196d2211b0a88dcbab7a433764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When building with MINGW, specify `__USE_MINGW_ANSI_STDIO`.</title>
<updated>2013-07-31T17:13:35+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2013-07-31T17:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a6837b5fc9465e0f271ccd2c0bb71aae78a10a64'/>
<id>a6837b5fc9465e0f271ccd2c0bb71aae78a10a64</id>
<content type='text'>
This option is already present in the CMake config, but was missing from `Makefile.embed` and would cause all kinds of weird failures when compiling rugged on windows with the ruby devkit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is already present in the CMake config, but was missing from `Makefile.embed` and would cause all kinds of weird failures when compiling rugged on windows with the ruby devkit.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow Makefile.embed to be used when cross-compiling</title>
<updated>2013-07-24T22:26:51+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2013-07-24T22:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=847c679309378748d2a3ac1c5a49331d2e64d4cf'/>
<id>847c679309378748d2a3ac1c5a49331d2e64d4cf</id>
<content type='text'>
This allows libgit2 to be cross-compiled (e.g. when building native rugged binaries for windows from Linux or OS X).

```
CROSS_COMPILE=i686-w64-mingw32 make -f Makefile.embed
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows libgit2 to be cross-compiled (e.g. when building native rugged binaries for windows from Linux or OS X).

```
CROSS_COMPILE=i686-w64-mingw32 make -f Makefile.embed
```</pre>
</div>
</content>
</entry>
<entry>
<title>makefile: Fix the builtin Makefile</title>
<updated>2012-11-13T22:05:43+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-11-13T22:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=262274748f1c3cb6de4fa621100033eda6984166'/>
<id>262274748f1c3cb6de4fa621100033eda6984166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile.embed to build src/sha1/*.c</title>
<updated>2012-10-24T01:18:19+00:00</updated>
<author>
<name>Scott J. Goldman</name>
<email>scottjg@github.com</email>
</author>
<published>2012-10-24T01:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=308581de9e1a65a094cf892b8d766ca6ff77dad9'/>
<id>308581de9e1a65a094cf892b8d766ca6ff77dad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More Makefile.embed cleanups</title>
<updated>2012-06-20T18:09:35+00:00</updated>
<author>
<name>Scott J. Goldman</name>
<email>scottjg@github.com</email>
</author>
<published>2012-06-20T18:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e905c1fc14725608adc85c892f105b5101bf770e'/>
<id>e905c1fc14725608adc85c892f105b5101bf770e</id>
<content type='text'>
Don't need unix/*.c for windows, don't need wildcard for regex.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't need unix/*.c for windows, don't need wildcard for regex.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile.emebed for mingw32</title>
<updated>2012-06-20T01:08:15+00:00</updated>
<author>
<name>Scott J. Goldman</name>
<email>scottjg@github.com</email>
</author>
<published>2012-06-20T01:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e96e3be762969d1b38f44f163c10a1228b9331ae'/>
<id>e96e3be762969d1b38f44f163c10a1228b9331ae</id>
<content type='text'>
otherwise we can't compile the native parts of the rugged gem on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise we can't compile the native parts of the rugged gem on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing additional defines and cflags to Makefile.embed.</title>
<updated>2012-05-19T11:06:19+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2012-05-19T11:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8e1742ab1358dd8de7efe0f6ceb94eb28ac33f87'/>
<id>8e1742ab1358dd8de7efe0f6ceb94eb28ac33f87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build xdiff as well in Makefile.embed.</title>
<updated>2012-05-19T11:05:56+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2012-05-19T11:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=56e1e2bf7005d904df482e45f9008544338f07e9'/>
<id>56e1e2bf7005d904df482e45f9008544338f07e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makefile: Define _GNU_SOURCE in the embed mkfile</title>
<updated>2012-02-09T00:18:26+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-02-09T00:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9b8d56087cf6e981da76ac9e9cdb84e7dbc0fc32'/>
<id>9b8d56087cf6e981da76ac9e9cdb84e7dbc0fc32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
