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 | # 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 | | | | | 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-inst : mkdir -p c:/chicken/examples cp examples/*.scm 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-inst # setup-chicken-iup.exe |
Modified chicken-iup.iss from [661a67e9f9] to [c018001282].
1 2 3 4 5 6 7 8 9 | ; 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 | | | | | > > | | | | 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 AppVersion=0.2 ;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 DefaultGroupName=chicken-iup LicenseFile=C:\mylibs\src\chicken-4.6.3\LICENSE OutputBaseFilename=setup Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "C:\chicken\bin\csi.exe"; DestDir: "{app}\bin"; Flags: ignoreversion Source: "C:\chicken\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ;Source: "C:\chicken\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "C:\mylibs\iup\*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs createallsubdirs ;Source: "C:\mylibs\ffcall\*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files Source: "C:\MinGW\bin\libgcc_s_dw2-1.dll"; DestDir: "{app}\bin"; [Icons] Name: "{group}\chicken-iup"; Filename: "{app}\bin\csi.exe" Name: "{commondesktop}\chicken-iup"; Filename: "{app}\bin\csi.exe"; Tasks: desktopicon [Run] Filename: "{app}\bin\csi.exe"; Description: "{cm:LaunchProgram,chicken-iup}"; Flags: nowait postinstall skipifsilent |
Modified setup-chicken-iup.exe from [fefd9edc6b] to [9ce8cbca22].
cannot compute difference between binary files