Commit | Date | |
---|---|---|
[r2494]
by
delphidabbler
Restored a modified version of the paragraphs that explains how to get Inno Setup and how to include ISPP. |
2012-10-22 16:58:01 | Tree |
[r2493]
by
delphidabbler
Changed to note that Inno Setup 5.5.2 Unicode is needed to build setup program. Removed reference installing ISPP separately. |
2012-10-22 16:53:08 | Tree |
[r2492]
by
delphidabbler
Merged revision(s) 2480-2491 from trunk/Build.html: This is a note of change to Inno Setup v5.5.2 Unicode to build setup file. |
2012-10-22 16:46:14 | Tree |
[r2491]
by
delphidabbler
Added new UStartUp unit to project that is used to handle start-up processing. Performs first run processing and, conditionally, some special startup processing required for portable version of program. Modified project file to call TStartUp.Execute instead of TFirstRunMgr.Execute. |
2012-10-19 09:02:13 | Tree |
2012-10-19 00:06:06 | Tree | |
[r2489]
by
delphidabbler
Reverted to having a single program id for portable and standard versions: having a different version was causing a problem with some web services. |
2012-10-18 23:59:13 | Tree |
[r2488]
by
delphidabbler
Updated comments that describe location of user config file and user database directory on CodeSnip 4 to note the alternative locations on a portable build of the program. |
2012-10-18 21:45:11 | Tree |
[r2487]
by
delphidabbler
Changed common file dialogue boxes to use working directory by default in portable builds of program, and user's documents directory in standard build. |
2012-10-18 21:42:14 | Tree |
[r2486]
by
delphidabbler
Modified TAppInfo to support conditional compilation based on the PORTABLE macro: |
2012-10-18 21:39:29 | Tree |
[r2485]
by
delphidabbler
Modified make files to support compilation of a portable version of CodeSnip by means of a PORTABLE macro. When compiled with the macro set, the output .exe file is renamed as CodeSnip-p.exe and PORTABLE macro is passed on to DCC32 compiler. |
2012-10-18 21:36:31 | Tree |