diff --git a/tools/install/win32/create_installer.bat b/tools/install/win32/create_installer.bat index fe6396ea65..c29d78ac0b 100644 --- a/tools/install/win32/create_installer.bat +++ b/tools/install/win32/create_installer.bat @@ -1,19 +1,20 @@ :: This setting need to change for every build -SET LAZVERSION=0.9.7 +SET LAZVERSION=0.9.8 :: These settings are dependent on the configuration of the build machine :: Path to the Inno Setup Compiler SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe" :: Path to the fpc sources checked out of cvs -SET FPCCVSDIR=c:\lazarus\source\fpc-1.9.8 +SET FPCCVSDIR=c:\lazarus\source\fpc-2.0.0 :: Path to the lazarus sources checked out of cvs -SET LAZCVSDIR=c:\lazarus\source\lazcvs +SET LAZCVSDIR=c:\lazarus\source\lazsource +::SET LAZCVSDIR=c:\lazarus\source\lazarus :: Path to fpc 1.0.10 compiler SET RELEASE_PPC=c:\fpc\bin\ppc386-release.exe -::SET RELEASE_PPC=c:\fpc\1.9.6\bin\i386-win32\ppc386.exe +::SET RELEASE_PPC=c:\fpc\1.9.8\bin\i386-win32\ppc386.exe :: Path to the directory containing some third party utilities used by fpc :: it will be copied completely to the pp\bin\win32 directory