Changes to "chicken-iup bounty" between 2015-04-19 19:44:11 and 2015-04-19 19:46:32

13
14
15
16
17
18
19


20
21
13
14
15
16
17
18
19
20
21
22
23







+
+


  #  Install all the current eggs that were previously installed, add as many new ones as you wish
  #  Update innodb configime
  #  Compile and make windows installer

I have a comprehensive Makefile for building chicken scheme, iup and a number of eggs in the Megatest repo. This might be a good starting point for building on Windows or for hints on how to build.

Megatest Makefile for building chicken, iup and eggs: [http://www.kiatoa.com/fossils/megatest/doc/v1.60/utils/Makefile.installall?mimetype=text/plain|Makefile.installall]

There is also a Makefile in this repo which captures some of the hints for building on windows. As part of this bounty I'd like that Makefile updated so that running in the future was as easy as copying in new source and running make. However that is not a hard requirement, more of a wish list item.

NOTE: I do not need the absolute latest versions of everything. If there are obstacles for getting a specific version compiled let me know and we can adjust expectations accordingly.