Overview
Comment:Added a couple more "reminder" targets to the Makefile and created a new installer which includes canvas-draw
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 432c02a9376d3fd04c193bc2f150027e9021b329
User & Date: matt on 2011-01-31 05:11:50
Other Links: manifest | tags
Context
2011-02-01
02:56
Fixed some paths in the installer, made new installer check-in: 6ea974f487 user: matt tags: trunk
2011-01-31
05:11
Added a couple more "reminder" targets to the Makefile and created a new installer which includes canvas-draw check-in: 432c02a937 user: matt tags: trunk
03:17
Added a couple examples check-in: bc89e96dce user: matt tags: trunk
Changes

Modified Makefile from [b62e6788ee] to [5812b45fd8].

1
2



3
4
5
6
7









# 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











>
>
>





>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is more to help me remember all the steps than for building :)

eh :
	@echo "Read the make file eh."

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

examples :
	mkdir -p c:/chicken/examples
	cp examples/* 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 # setup-chicken-iup.exe

Modified setup-chicken-iup.exe from [e7b4d15181] to [fefd9edc6b].

cannot compute difference between binary files