Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -1,15 +1,29 @@ # 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 : - cd iup;CSC_OPTIONS='-IC:/mylibs/iup/include -LC:/mylibs/iup/' chicken-install -D no-library-checks + chicken-install -D no-library-checks iup canvas-draw-module : - cd canvas-draw/chicken;CSC_OPTIONS='-IC:/mylibs/iup/include -LC:/mylibs/iup/' chicken-install -D no-library-checks + 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 Index: chicken-iup.iss ================================================================== --- chicken-iup.iss +++ chicken-iup.iss @@ -11,11 +11,11 @@ ;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\chicken-iup +DefaultDirName=\chicken DefaultGroupName=chicken-iup LicenseFile=C:\mylibs\src\chicken-4.6.3\LICENSE OutputBaseFilename=setup Compression=lzma SolidCompression=yes Index: setup-chicken-iup.exe ================================================================== --- setup-chicken-iup.exe +++ setup-chicken-iup.exe cannot compute difference between binary files