Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed svg pixbuf support on windows since it does not work.Bruno Coudoin2009-10-061-3/+0
|
* Little typo but was breaking the makefile.Bruno Coudoin2009-08-311-2/+2
|
* Better handling of svg2pngBruno Coudoin2009-08-301-3/+6
|
* Added an entry to transform this release from svg based to png.Bruno Coudoin2009-08-191-0/+8
| | | | | Needed for windows until we have a good support of svg on this platform.
* Fixed make prep to accept a link for boards/voices.Bruno Coudoin2009-07-251-1/+1
|
* Better make clean in Makefile.mingw.in.Bruno Coudoin2009-07-251-1/+3
|
* Copy the svg pixbuf loader in the proper place now.Bruno Coudoin2009-07-251-1/+1
|
* Improved the create_nsis_translations.pl. Added the GPL header.Bruno Coudoin2009-07-241-4/+2
| | | | Added command line parameter and usage for this script.
* In progress, the windows installer with po translation does not work yet.Bruno Coudoin2009-07-191-1/+5
|
* Added copy of the svg pixbuf loader over the installed GTK.Bruno Coudoin2009-07-191-1/+4
|
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-191-57/+55
|
* added support for gstreamer compilation, untested updated to compile onBruno Coudoin2007-06-121-1/+2
| | | | | | | | | | | | | | * 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 py_gc_file_find_absolute() in the python bindings.Bruno Coudoin2007-04-151-2/+2
| | | | | | It's not needed yet but was missing anyway. svn path=/trunk/; revision=2604
* Cleanup, popt is no more usedBruno Coudoin2007-01-011-1/+0
| | | | svn path=/trunk/; revision=2441
* - Added more sound effects. All taken from tuxpaints.Bruno Coudoin2006-12-071-1/+1
| | | | - Added more sound effects. All taken from tuxpaints.
* added msvcr71.dll, not all windows have it. imported sounds from Tuxpaint.Bruno Coudoin2006-11-271-1/+2
| | | | | | | | | | | * Makefile.mingw.in: added msvcr71.dll, not all windows have it. * boards/sounds/README: imported sounds from Tuxpaint. * boards/sounds/brick.wav: * boards/sounds/line_end.wav: * src/boards/py-mod-gcompris.c: (python_gcompris_module_init): * src/boards/target.c: (animate_items), (launch_dart): added sounds. * src/boards/hanoi.c: (animate_items), (launch_dart): fixed bad index, was bringing GC in an infinite loop.
* - Added support for sqlite compilation under windowsBruno Coudoin2006-11-121-4/+11
| | | | | | | | | | * Makefile.mingw.in: * src/boards/Makefile.mingw: * src/boards/python/melody.py: removed printout * src/gcompris/Makefile.mingw: * tools/py2exe/gcompris.py: * src/boards/erase.c: (erase_create_item): fixed out of bounds image
* Minor, added comment on how to add tuxpaint and sqlite supportBruno Coudoin2006-11-091-1/+1
|
* Minor fix for the prep targetBruno Coudoin2006-11-091-1/+1
|
* Landing of GCOMPRIS_8_2_CROSSCOMPIL branch.Yves Combe2006-11-091-3/+3
| | | | | | | Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows.
* === WARNING THIS PATCH SET HAS BEEN REVERTED ===Bruno Coudoin2006-10-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autotools croos compilation with mingw32 use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now. * Makefile.am: * acinclude.m4: * configure.in: * cross-configure.sh: script to run configure. Look variables. * po/Makefile.in.in: * src/boards/Makefile.am: * src/boards/gtans.c: * src/boards/gtans_support.c: (check_file_exists): * src/boards/py-mod-gcompris.c: (py_gcompris_child_watch_add), (py_gcompris_spawn_async): * src/gcompris/Makefile.am: * src/gcompris/binreloc.c: (_br_find_exe): * src/gcompris/board.c: * src/gcompris/board.h: * src/gcompris/file_selector.c: (parse_doc): * src/gcompris/gameutil.c: (gc_util_create_rootdir): * src/gcompris/gcompris.c: (activation_done), (gc_init): * src/gcompris/gcompris_db.c: (gc_db_init): * src/gcompris/images_selector.c: (parse_doc): * src/gcompris/menu.c: (gc_menu_load): * src/gcompris/properties.c: (gc_prop_new): * src/gcompris/sdlplayer.c: (errorv): * src/gcompris/soundutil.c:
* - more fixes for the windows install procedureBruno Coudoin2006-10-231-0/+4
| | | | | - connect4 has been fixed by Miguel to better manage the party end.
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-211-1/+7
| | | | | | | | | - fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
* - Updated windows makefilesBruno Coudoin2006-10-171-1/+13
| | | | - Cleanup configure.in to no more depend on pyxml and python-gnome.
* All memory leaks fixed by Miguel DE IZARRA (miguel2i)Bruno Coudoin2006-10-091-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.mingw.in: removed deprecated assetml files * boards/flags/Makefile.am: cleanup * boards/flags/README: updated image source * boards/gcompris_pixmaps.assetml.in: removed, no more needed * src/boards/chess.c: (chess_create_item): fixed leak * src/boards/machpuzzle.c: (minigolf_destroy_all_items): fixed leak * src/boards/maze.c: (twoDdisplay): fixed leak * src/boards/menu2.c: (create_top): fixed leak * src/boards/python/electric.py: added windows support * src/boards/shapegame.c: (destroy_shape), (xmlGetProp_Double), (add_xml_shape_to_data): fixed leak * src/gcompris/bar.c: (gc_bar_start): no more show button by default * src/gcompris/config.c: (gc_config_start), (item_event_ok): fixed leak * src/gcompris/dialog.c: (gc_dialog): accept a dialog without a board running this is usefull to display dialog at statup when we don't find a board at all * src/gcompris/gameutil.c: (gc_file_find_absolute): fixed leak * src/gcompris/gcompris.c: (gc_cursor_set), (setup_window), (cleanup), (load_properties), (gc_init): memory leak, display a dialog now when no board are found * src/gcompris/menu.c: (_add_xml_to_data): fixed leak * src/gcompris/properties.c: (gc_prop_new): fixed leak * src/gcompris/skin.c: (gc_skin_free): fixed leak
* - Added missing French audio voices by Zohra CoudoinBruno Coudoin2006-07-161-0/+122
Released under GPL * Makefile.mingw.in: created based on Makefile.mingw to include @VERSION@ * boards/clickgame/nur00523.jpg: moved from boards/gcompris/ * boards/geography/board4_2.xml.in: fixed zambia.png reference (was broken link) * boards/skins/gartoon/mini_bad.png: rotate to make it more like it's bad * gcompris-edit.desktop.in: moved edit menu in the same section as GCompris. * gcompris-installer.nsi.in: now will get version automatically * gcompris-uninstal.ico: remade, not sure yet it will be accepted by the installer * po/POTFILES.in: * src/boards/shapegame.c: (shapegame_init_canvas), (item_event): now the tooltip is always locate in the lower left to avoid hidding the map. * src/gcompris/config.c: (set_locale_flag): fixed to display no flags if none found * src/gcompris/gcompris.c: replaced display_resource by display-resource