Commit | Date | |
---|---|---|
[r147]
by
delphidabbler
* Added new NormaliseURL virtual method that classes can override to change the URL into a "normal" format. Version in base class does nothing. TFileProtocol's version transforms file:// protocol URLs into file names, enabling the protocol to work with both standard files names and file names in file:// format. |
2009-08-10 16:33:15 | Tree |
[r146]
by
delphidabbler
Added new TOSInfo.BrowserVer that gets major version number of the currently installed IE web browser / browser control. Needed to detect incompatibilities between different versions of browser control that CodeSnip uses. Also removed changelog from file. |
2009-08-10 14:31:04 | Tree |
[r145]
by
delphidabbler
New document describing how to build CodeSnip using makefile. Includes description of required environment variables and build tools. |
2009-08-09 18:42:12 | Tree |
[r144]
by
delphidabbler
* Changed so that the MSSDK macro or environment variable must be defined if MIDL is to be used. |
2009-08-09 18:40:43 | Tree |
[r143]
by
delphidabbler
* Added checks for required macros, stopping with error if not present. |
2009-08-09 02:12:48 | Tree |
2009-08-09 01:53:52 | Tree | |
[r141]
by
delphidabbler
Removed batch files that assist with development. These are obsolete now that Build.bat files have been replaced by makefiles. The makefiles provide targets that replicate most of the functionality of the deleted batch files. |
2009-08-09 01:51:55 | Tree |
[r140]
by
delphidabbler
Deleted build batch files in Src and Src\Install directories and replaced with new make files. |
2009-08-08 21:15:01 | Tree |
[r139]
by
delphidabbler
Updated project root directory's svn:ignore property to included the deleted Bin and Exe directories. Necessary because Make config will create these directories and we don't want them adding back into the repository. |
2009-08-07 00:16:22 | Tree |
[r138]
by
delphidabbler
Deleted Bin and Exe directories from repository - they are empty and required only as part of build process. Make config now creates them. |
2009-08-07 00:14:31 | Tree |