Changeset 4581 for trunk/scripts/windows

Show
Ignore:
Timestamp:
11/07/08 16:39:42 (2 months ago)
Author:
pmoura
Message:

Added a "prolog" read-only compiler flag whose value is the name of the back-end Prolog compiler (an atom). This flag can be used for conditional compilation of Prolog specific code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/windows/logtalk.iss

    r4572 r4581  
    199199  else 
    200200    InstalledVersion := -1; 
    201   if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2332) then 
     201  if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2333) then 
    202202  begin 
    203203    Warning := 'You have an older version of Logtalk installed whose configuration files are incompatible with this new version (configuration files are stored in your Logtalk user data folder).'