@@ -29,5 +29,10 @@ 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