<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gmodule/gmodule.rc.in, branch require-python34</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>meson: build Windows resource files</title>
<updated>2018-01-04T21:19:30+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2017-12-14T12:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=aa7c5cbdcbe8b22f019c29668bcbe57d53f9866d'/>
<id>aa7c5cbdcbe8b22f019c29668bcbe57d53f9866d</id>
<content type='text'>
configure_file() forces utf-8 atm but .rc files are not utf-8.
To work around the issue just remove the only non-ASCII char.

https://bugzilla.gnome.org/show_bug.cgi?id=784995
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure_file() forces utf-8 atm but .rc files are not utf-8.
To work around the issue just remove the only non-ASCII char.

https://bugzilla.gnome.org/show_bug.cgi?id=784995
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the year in the *.rc.in files</title>
<updated>2011-06-07T00:55:31+00:00</updated>
<author>
<name>Chun-wei Fan</name>
<email>fanchunwei@src.gnome.org</email>
</author>
<published>2011-06-07T00:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=405b4ff4f4efda5777a7d521255b9143cdae59d7'/>
<id>405b4ff4f4efda5777a7d521255b9143cdae59d7</id>
<content type='text'>
Sorry this change came a bit late...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sorry this change came a bit late...
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2010-02-03T22:12:50+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@iki.fi</email>
</author>
<published>2010-02-03T22:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=154a5314be98b22cb3171721d40cb9c4e6d5f102'/>
<id>154a5314be98b22cb3171721d40cb9c4e6d5f102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use autoconf variables for the resource object files on Win32 any</title>
<updated>2005-07-08T23:04:06+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2005-07-08T23:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=d22f05125236c5386c67f72ccfb6dcef7f98907c'/>
<id>d22f05125236c5386c67f72ccfb6dcef7f98907c</id>
<content type='text'>
2005-07-09  Tor Lillqvist  &lt;tml@novell.com&gt;

	* configure.in: Don't use autoconf variables for the resource
	object files on Win32 any longer. Instead handle that in the
	Makefile.am files. Check for windres.

	* glibconfig.h.win32.in: Minor tuning to match the
	configure-produced glibconfig.h closely.

	* */Makefile.am: Don't use the scripts in build/win32 to
	compile the .rc file into a resource object file. (This means
	we loose the build number increment magic, but I doubt it was
	that useful anyway.) Instead use windres directly. To pass the
	normal .o file produced by windres through libtool, which
	wants .lo files, pass it directly to the linker using a -Wl
	option.

	* */*.rc.in: Thus replace BUILDNUMBER with 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-07-09  Tor Lillqvist  &lt;tml@novell.com&gt;

	* configure.in: Don't use autoconf variables for the resource
	object files on Win32 any longer. Instead handle that in the
	Makefile.am files. Check for windres.

	* glibconfig.h.win32.in: Minor tuning to match the
	configure-produced glibconfig.h closely.

	* */Makefile.am: Don't use the scripts in build/win32 to
	compile the .rc file into a resource object file. (This means
	we loose the build number increment magic, but I doubt it was
	that useful anyway.) Instead use windres directly. To pass the
	normal .o file produced by windres through libtool, which
	wants .lo files, pass it directly to the linker using a -Wl
	option.

	* */*.rc.in: Thus replace BUILDNUMBER with 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated [and finally fixed my script to produce ready to go de-in(ed)</title>
<updated>2004-10-29T20:58:04+00:00</updated>
<author>
<name>Hans Breuer</name>
<email>hans@breuer.org</email>
</author>
<published>2004-10-29T20:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=aa410edee6042a526559f0c534072013252cce52'/>
<id>aa410edee6042a526559f0c534072013252cce52</id>
<content type='text'>
2004-10-29  Hans Breuer  &lt;hans@breuer.org&gt;

	* glibconfig.h */makefile.msc.in : updated [and finally fixed my
	script to produce ready to go de-in(ed) files, w/o autotools]

	* */*.rc.in : updated copyrights to 2004

	* glib/gutils.c : some CSIDL_* defines lacking from older SDK;
	use the same fallback mecahnism as on *NIX where ever applicable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-10-29  Hans Breuer  &lt;hans@breuer.org&gt;

	* glibconfig.h */makefile.msc.in : updated [and finally fixed my
	script to produce ready to go de-in(ed) files, w/o autotools]

	* */*.rc.in : updated copyrights to 2004

	* glib/gutils.c : some CSIDL_* defines lacking from older SDK;
	use the same fallback mecahnism as on *NIX where ever applicable
</pre>
</div>
</content>
</entry>
<entry>
<title>gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as</title>
<updated>2002-11-21T03:08:50+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@iki.fi</email>
</author>
<published>2002-11-21T03:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=aa9f24aac0a35e898ca75e49e41007ba92f6ef29'/>
<id>aa9f24aac0a35e898ca75e49e41007ba92f6ef29</id>
<content type='text'>
2002-11-21  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* gmodule/gmodule.rc.in
	* gobject/gobject.rc.in
	* gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
	what the Makefile.am does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-11-21  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* gmodule/gmodule.rc.in
	* gobject/gobject.rc.in
	* gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
	what the Makefile.am does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct InternalName and OriginalFilename to match what we actually</title>
<updated>2001-09-19T01:00:17+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@iki.fi</email>
</author>
<published>2001-09-19T01:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=0782eece320fc066a0107712df694cb7191d2d24'/>
<id>0782eece320fc066a0107712df694cb7191d2d24</id>
<content type='text'>
2001-09-19  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* {gmodule,gobject,gthread.rc.in}: Correct InternalName and
	OriginalFilename to match what we actually produce.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-09-19  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* {gmodule,gobject,gthread.rc.in}: Correct InternalName and
	OriginalFilename to match what we actually produce.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to corresponding subdirectories.</title>
<updated>2000-02-07T21:22:30+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@iki.fi</email>
</author>
<published>2000-02-07T21:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=726b3de4541805ade9b6de72565f0f67d11057ea'/>
<id>726b3de4541805ade9b6de72565f0f67d11057ea</id>
<content type='text'>
2000-02-07  Tor Lillqvist  &lt;tml@iki.fi&gt;

* gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.

* Makefile.am
* gmodule/Makefile.am
* gthread/Makefile.am: Change accordingly.

* makefile.cygwin: Corresponding changes, some cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-02-07  Tor Lillqvist  &lt;tml@iki.fi&gt;

* gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.

* Makefile.am
* gmodule/Makefile.am
* gthread/Makefile.am: Change accordingly.

* makefile.cygwin: Corresponding changes, some cleanup.
</pre>
</div>
</content>
</entry>
</feed>
