Artifact b62e6788eedb25cce179df3ebe13f0475f9203ef:
- File Makefile — part of check-in [8ca036fa3c] at 2011-01-30 19:14:41 on branch trunk — Added canvas-draw build to makefile and tweaked canvas-draw.setup to allow building on Windows (user: matt, size: 321) [annotate] [blame] [check-ins using]
# This is more to help me remember all the steps than for building :) iup-module : cd iup;CSC_OPTIONS='-IC:/mylibs/iup/include -LC:/mylibs/iup/' chicken-install -D no-library-checks canvas-draw-module : cd canvas-draw/chicken;CSC_OPTIONS='-IC:/mylibs/iup/include -LC:/mylibs/iup/' chicken-install -D no-library-checks