summaryrefslogtreecommitdiff
path: root/po/makefile.mingw
Commit message (Collapse)AuthorAgeFilesLines
* Remove, had been left here by mistake.Tor Lillqvist2004-10-091-39/+0
| | | | | | 2004-10-09 Tor Lillqvist <tml@iki.fi> * makefile.mingw: Remove, had been left here by mistake.
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-021-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | 2001-11-03 Tor Lillqvist <tml@iki.fi> * modules/input/Makefile.am: Use -no-undefined on Windows. Look for .dll or .so as appropriate as module suffix. * gtk-zip.sh.in: Use correct import library names. * gtk/gtk.def: Add a couple of missing entry points. (#63585) 2001-11-02 Tor Lillqvist <tml@iki.fi> * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous comma. Include gtkprivate.h for GTK_LIBDIR etc definitions on Windows. 2001-10-30 Tor Lillqvist <tml@iki.fi> * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc files. Configure on Win32 (running on Cygwin) thinks symlinks exist, but pkg-config is not necesarily a Cygwin program, and doesn't understand them.
* Simplify, now that the .po files are already in UTF-8.Tor Lillqvist2000-12-141-141/+7
| | | | | | | 2000-12-14 Tor Lillqvist <tml@iki.fi> * makefile.mingw: Simplify, now that the .po files are already in UTF-8.
* Add en@IPA and ia.Tor Lillqvist2000-10-281-0/+8
| | | | | | 2000-10-28 Tor Lillqvist <tml@iki.fi> * makefile.mingw: Add en@IPA and ia.
* Remove leftover CVS conflict indicator lines (>>>>>>>).Tor Lillqvist2000-10-151-0/+14
| | | | | | | | 2000-10-15 Tor Lillqvist <tml@iki.fi> * ChangeLog: Remove leftover CVS conflict indicator lines (>>>>>>>). * makefile.mingw: Add rules for fa, he, sp and sr.
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-07-25 Tor Lillqvist <tml@iki.fi> * configure.in: Generate gtk/makefile.mingw. * config.h.win32: Add GETTEXT_PACKAGE. * gdk/gdk.def * gtk/gtk.def: Updates. * gdk/gdkfont.h * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't need them any longer. * gdk/gdkinput.h: Mark gdk_core_pointer for export/import. * gdk/win32/*.c: More work. * gdk/win32/gdkpango-win32.c: New file. * gtk/makefile.mingw.in: New file * gtk/makefile.cygwin: Removed * gtk/Makefile.am: Update accordingly. * gtk/gtkmain.c: Use gtk_win32_get_installation_directory(). * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h is enough. * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
* *** empty log message ***Tor Lillqvist2000-07-251-1/+2
|
* makefile.cygwin Renamed. Use iconv, not native2ascii.Tor Lillqvist2000-07-251-0/+152
2000-07-25 Tor Lillqvist <tml@iki.fi> * makefile.cygwin * makefile.mingw: Renamed. Use iconv, not native2ascii.