Overview
Comment: | New version with more eggs, more recent versions chicken-4.6.5, iup and canvas-draw updates |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b1dcd0ebc6b5516884cc48fc3c8264a2 |
User & Date: | matt on 2011-03-26 06:21:46 |
Other Links: | manifest | tags |
Context
2013-05-11
| ||
06:52 | Starting some clean up in prep for new build check-in: 44f8109293 user: matt tags: trunk | |
2011-03-26
| ||
06:21 | New version with more eggs, more recent versions chicken-4.6.5, iup and canvas-draw updates check-in: b1dcd0ebc6 user: matt tags: trunk | |
2011-02-05
| ||
21:03 | Added chicken.pdf check-in: b89c5d2520 user: matt tags: trunk | |
Changes
Modified Makefile from [ec48ef78aa] to [e791c39510].
1 2 3 4 5 6 | # This is more to help me remember all the steps than for building :) eh : @echo "Read the make file eh." iup-module : | > > > > > > > | | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # This is more to help me remember all the steps than for building :) # In fact right now this does *not* work as a Makefile. Sorry! CSC_OPTIONS=-IC:/mylibs/iup/include -LC:/mylibs/iup eh : @echo "Read the make file eh." chicken-4.6.5 cd c:/mylibs/src/chicken-4.6.5 $(MAKE) PLATFORM=mingw PREFIX=c:/chicken iup-module : chicken-install -D no-library-checks iup canvas-draw-module : chicken-install -D no-library-checks canvas-draw eggs : apropos trace regex-case regex-literals format big-chicken pdf sql-de-lite coops tinyclos test regex slime sqlite3 : set CSC_OPTIONS=-IC:/chicken/include -LC:/chicken sqlite3 examples-inst : mkdir -p c:/chicken/examples cp examples/*.scm c:/chicken/examples setup-chicken-iup.exe : Output/setup.exe cp Output/setup.exe setup-chicken-iup.exe |
︙ | ︙ |
Modified chicken-iup.iss from [c018001282] to [c9fb44967d].
︙ | ︙ | |||
9 10 11 12 13 14 15 | AppName=chicken-iup AppVersion=0.2 ;AppVerName=chicken-iup 0.1 AppPublisher=Call/Cc AppPublisherURL=http://www.call-cc.org AppSupportURL=http://www.call-cc.org AppUpdatesURL=http://www.call-cc.org | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | AppName=chicken-iup AppVersion=0.2 ;AppVerName=chicken-iup 0.1 AppPublisher=Call/Cc AppPublisherURL=http://www.call-cc.org AppSupportURL=http://www.call-cc.org AppUpdatesURL=http://www.call-cc.org DefaultDirName=\chicken DefaultGroupName=chicken-iup LicenseFile=C:\mylibs\src\chicken-4.6.3\LICENSE OutputBaseFilename=setup Compression=lzma SolidCompression=yes [Languages] |
︙ | ︙ |
Modified setup-chicken-iup.exe from [9ce8cbca22] to [71513f93f0].
cannot compute difference between binary files