Differences From Artifact [e791c39510]:
- File Makefile — part of check-in [b1dcd0ebc6] at 2011-03-26 06:21:46 on branch trunk — New version with more eggs, more recent versions chicken-4.6.5, iup and canvas-draw updates (user: matt, size: 874) [annotate] [blame] [check-ins using]
To Artifact [35241366e4]:
- File Makefile — part of check-in [9616196d50] at 2013-05-11 17:36:24 on branch trunk — Got iup/canvas-draw installed but not yet working (user: mrwellan, size: 1132) [annotate] [blame] [check-ins using]
- File ref/Makefile.mw — part of check-in [2318a30a94] at 2015-04-29 23:44:36 on branch mcg-20150427 — Implemented most requested changes for version 0.4. (user: mgushee, size: 1132) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 | + + + + + | 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 all : iup-module canvas-draw-module examples-inst # setup-chicken-iup.exe iup : cd iup;CSC_OPTIONS='-IC:/programs/chicken/include -LC:/programs/chicken/lib' chicken-install -D no-library-checks iup CSC_OPTIONS='-IC:/programs/chicken/lib/include -LC:/programs/chicken/lib' chicken-install -D no-library-checks -D disable-iup-web |