Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.h.mingw.in
Commit message (Collapse)AuthorAgeFilesLines
* No more use binreloc on windows, it is useless.Bruno Coudoin2009-10-061-1/+1
| | | | | | Added an error message about why we fail to load the first pixmap. This is very usefull to know why we fail especialy if the gnome pixbuf loader is missing.
* Added support for binreloc on windows. Code taken from gnucash.Bruno Coudoin2009-09-191-3/+3
|
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-191-0/+2
|
* added support for gstreamer compilation, untested updated to compile onBruno Coudoin2007-06-121-1/+1
| | | | | | | | | | | | | | * Makefile.mingw.in: added support for gstreamer compilation, untested * config.h.mingw.in: updated to compile on windows * po/POTFILES.in: removed deprecated src/boards/draw.c * src/gcompris/Makefile.mingw: * src/gcompris/about.c: (gc_about_start): now the sponsor logo if any replaces the fsf one. * src/gcompris/properties.c: (gc_prop_load): added support for user_dir and config_dir in the config file to make GCompris portable. svn path=/trunk/; revision=2698
* - Added the support for a system configuration file which isBruno Coudoin2007-06-091-0/+6
| | | | | | | | | | under /etc/gcompris.conf on GNU/Linux and in it's root installation directory on Windows. This file if present is loaded after the user one so it overwrite the user properties. svn path=/trunk/; revision=2696
* Fixed translation issueBruno Coudoin2007-03-121-0/+6
| | | | | | | | | | | | | | | | | | | | | * boards/chronos/board4_0.xml.in: * boards/hanoi.xml.in: * boards/paintings/board3_0.xml.in: Fixed for windows compilation: * config.h.mingw.in: * src/boards/Makefile.mingw: * src/gcompris/Makefile.mingw: * src/gcompris/board.c: (gc_board_init): * src/gcompris/help.c: (gc_help_has_board): * src/gcompris/log.c: (gc_log_start): Added missing .h and mypaint.py * src/boards/mypaint/Makefile.am: svn path=/trunk/; revision=2510
* Cleanup, popt is no more usedBruno Coudoin2007-01-011-3/+0
| | | | svn path=/trunk/; revision=2441
* *** RELEASE 8.2 ***Bruno Coudoin2006-11-051-0/+3
| | | | | | | 2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni
* - fixed missing config.h.mingw.in (that replaces config.h.mingw)Bruno Coudoin2006-09-251-0/+129
- added support for python plugin compilation under mingw - improved wordprocessor activity. it no more crashes and allow two styles, on for the layout, one for the color (on an idea of my daughter Clara) - This activity could be moved out of --experimental now but we are in string freeze. - Added a double switch in electricity. It is now possible to make a 2 switches corridor like circuit (va et vient in french). - config.c : fixed a double memory free on locale that crashed GC at exit time. - file_selector.c: fixed mime type loading and display. now uses gettext instead of inline xml translation. - menu.c: fixed a misplaced free that makes all board description in the database to be junk