Changeset 4026 for trunk/scripts

Show
Ignore:
Timestamp:
01/18/08 10:58:53 (12 months ago)
Author:
pmoura
Message:

Updated the Quintus Prolog Windows integration script to use the environment variable "Quintus".

Files:
1 modified

Legend:

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

    r4025 r4026  
    277277function GetQuintusExePath(Param: String): String; 
    278278begin 
    279     Result := 'qpwin.exe' 
     279    Result := GetEnv('Quintus') + '\bin\ix86\qpwin.exe' 
    280280end; 
    281281