Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.mingw
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-06-13 23:34:50 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-06-13 23:34:50 (GMT)
commit35ed46f9e9247ab3f5f9434fe3967b1cf11f6d94 (patch)
tree64951bb9c9b661690f65f78b7766923bf2f7c5fc /README.mingw
parentdc4b44528fb7f52e31ebf95c53c40510283e7b60 (diff)
added README.mingw copyed from a mingw ported program. can find back
* .cvsignore: * Makefile.am: added README.mingw * README.mingw: copyed from a mingw ported program. can find back which. Not adapted to gcompris maybe highly wrong but it's better than nothing. * boards/Makefile.am: -A- added anim by Yves Combe yves at ycombe point net * boards/anim.xml.in: -A- * boards/anim/camera.png: created by Bruno * boards/boardicons/anim.png: created by Bruno * gcompris.ico: for windows * po/POTFILES.in: -A- * src/boards/clickgame.c: (get_bplugin_info), (clickgame_is_our_board): changed plugin name ti suit the standard and ease the windows maintenance * src/boards/clockgame.c: (display_hour): hour needle is shorter now. (due to user remarks) * src/boards/menu.c: added static where missing * src/boards/python/Makefile.am: -A- * src/boards/python/anim.py: -A- * src/boards/traffic.c: added static where missing * src/boards/wordsgame.c: (key_press): nothing.
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.mingw b/README.mingw
index 6dbb0d7..94b96c7 100644
--- a/README.mingw
+++ b/README.mingw
@@ -61,15 +61,6 @@ hierarchy make sure to tweak your .profile.
* run ./autogen.sh from gcompris's top-level directory. This will take a long time.
* *drum roll...* make!
-4: BULDING GCOMPRIS-SETUP.EXE
-========================
-* Make sure gcompris.iss and README.windows exist
-* go into gcompris/po/ directory and make the mo files
-* Install INNO Setup version 4 (or higher) from http://www.jrsoftware.org/is4.php
-* Open c:\msys\1.0\home\yourname\gcompris\gcompris.iss inside the inno installer
-* Should compile and build without a hitch, placing the setup file in c:\
-
-
APPENDIX: MY .profile
=====================
@@ -77,7 +68,6 @@ APPENDIX: MY .profile
export CFLAGS="$CFLAGS -mwindows -mno-cygwin -mms-bitfields"
export CPPFLAGS="$CPPFLAGS -I/c/mingw/include -DWINDOWS -DWIN32"
export PATH="$PATH:/c/mingw/bin"
- export CVSROOT=":pserver:charles@cvs.gnome.org:/cvs/gnome"
# GTK
export GTK_HOME="/opt/gtk"