summaryrefslogtreecommitdiff
path: root/gobject/gobject.rc.in
Commit message (Collapse)AuthorAgeFilesLines
* meson: build Windows resource filesChristoph Reiter2018-01-041-1/+1
| | | | | | | 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
* Update the year in the *.rc.in filesChun-wei Fan2011-06-071-1/+1
| | | | Sorry this change came a bit late...
* Update copyright yearsTor Lillqvist2010-02-041-1/+1
|
* Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist2005-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | 2005-07-09 Tor Lillqvist <tml@novell.com> * 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.
* updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer2004-10-291-1/+1
| | | | | | | | | | | | 2004-10-29 Hans Breuer <hans@breuer.org> * 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
* gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, asTor Lillqvist2002-11-211-2/+2
| | | | | | | | | 2002-11-21 Tor Lillqvist <tml@iki.fi> * 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.
* Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist2001-09-191-3/+3
| | | | | | | 2001-09-19 Tor Lillqvist <tml@iki.fi> * {gmodule,gobject,gthread.rc.in}: Correct InternalName and OriginalFilename to match what we actually produce.
* makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist2000-05-131-0/+30
2000-05-13 Tor Lillqvist <tml@iki.fi> * makefile.mingw.in * tests/makefile.mingw.in * build-dll: Rename makefile.cygwin(.in) to makefile.mingw(.in), which better describes what it is. Move the build of gmodule, gthread and gobject DLLs to makefiles in those directories. Move resource file handling and build number bump to build-dll, where it sits much cleaner. * README.win32 * Makefile.am (EXTRA_DIST): Update accordingly. * glib.h: Add G_PI, G_PI_2, G_PI_4, G_E, G_LN2, G_LN10 and G_SQRT2. M_PI etc aren't necessarily in <math.h> in strict ISO C implementations. * glib.def: Add g_strcanon. * gtree.c (g_tree_node_rotate_left): Remove unused variables. * gwin32.c (g_win32_opendir): Remove unneeded statement. gmodule: * makefile.mingw.in: New file, with gmodule stuff moved from ../makefile.mingw.in. * Makefile.am: Add to EXTRA_DIST, and add rule to make makefile.mingw. gobject: * makefile.mingw.in * gobject.def * gobject.rc.in: New files, for Win32 (mingw) build. * Makefile.am: Add to EXTRA_DIST. Add rules to produce the corresponding non-*.in files. * gtype.h: (Win32:) Mark _g_type_fundamental_last for export/import from DLL. gthread: * makefile.mingw.in: New file, with gthread stuff moved from ../makefile.mingw.in. * Makefile.am: Add to EXTRA_DIST, add rule to build makefile.mingw.