Overview
Comment: | Fixed some paths in the installer, made new installer |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6ea974f487eb4884bc695b95f66bf45f |
User & Date: | matt on 2011-02-01 02:56:14 |
Other Links: | manifest | tags |
Context
2011-02-05
| ||
21:03 | Added chicken.pdf check-in: b89c5d2520 user: matt tags: trunk | |
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 | |
Changes
Modified Makefile from [5812b45fd8] to [ec48ef78aa].
1 2 3 4 5 6 7 8 9 10 11 | 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 |
Modified chicken-iup.iss from [661a67e9f9] to [c018001282].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + - + - - + + + + - - + + - + | ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{9052599F-B5C1-4617-AF81-C6E2F9AB8E8C} AppName=chicken-iup |
Modified setup-chicken-iup.exe from [fefd9edc6b] to [9ce8cbca22].
cannot compute difference between binary files