<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/src/meson.build, branch fix-mouse-released</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Remove Meson build system</title>
<updated>2017-12-11T10:15:14+00:00</updated>
<author>
<name>Ahmad Fatoum</name>
<email>ahmad@a3f.at</email>
</author>
<published>2017-12-11T10:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4a7840b75297e2a2ea3ddf5ef6b2e0c9b9d5d057'/>
<id>4a7840b75297e2a2ea3ddf5ef6b2e0c9b9d5d057</id>
<content type='text'>
Less maintenance overhead that way,
given that make/CMake now also do library versioning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Less maintenance overhead that way,
given that make/CMake now also do library versioning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment version in meson build file</title>
<updated>2017-09-25T10:15:48+00:00</updated>
<author>
<name>Michael Vetter</name>
<email>jubalh@openmailbox.org</email>
</author>
<published>2017-09-25T10:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4a406fa94bd855c848217ce926b89e33356ab3ad'/>
<id>4a406fa94bd855c848217ce926b89e33356ab3ad</id>
<content type='text'>
Increment raylib version and so lib version number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increment raylib version and so lib version number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Meson: build library with so version</title>
<updated>2017-06-08T15:03:25+00:00</updated>
<author>
<name>Michael Vetter</name>
<email>jubalh@openmailbox.org</email>
</author>
<published>2017-06-08T15:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=1a61dc2c77dbf28efab8bc32a7485b567ced3d03'/>
<id>1a61dc2c77dbf28efab8bc32a7485b567ced3d03</id>
<content type='text'>
This should always be the number of the raylib release.
Especially when the new version is ABI incompatible the major version
should be bumped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should always be the number of the raylib release.
Especially when the new version is ABI incompatible the major version
should be bumped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow static/dynamic library building with meson</title>
<updated>2017-06-05T12:35:44+00:00</updated>
<author>
<name>Michael Vetter</name>
<email>jubalh@openmailbox.org</email>
</author>
<published>2017-06-05T12:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=567831a693a98e9c6b021f58fa22ddc3da83c490'/>
<id>567831a693a98e9c6b021f58fa22ddc3da83c490</id>
<content type='text'>
Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.

Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.

Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add meson files for basic Linux building</title>
<updated>2017-06-05T12:34:47+00:00</updated>
<author>
<name>Michael Vetter</name>
<email>jubalh@openmailbox.org</email>
</author>
<published>2017-06-04T21:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9c524ee3a66953244b6a849f1161f43b22032724'/>
<id>9c524ee3a66953244b6a849f1161f43b22032724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
