windows installer: install cpp.exe in the ide directory too for win9x and fpc 2.2.0.

git-svn-id: trunk@12597 -
This commit is contained in:
vincents 2007-10-26 12:56:36 +00:00
parent 5242f5d1c4
commit 5d1a6fc01f

View File

@ -46,6 +46,9 @@ Name: associatepp; Description: {code:GetAssociateDesc|.pp}; Types: custom full
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist
#if FPCVersion="2.2.0"
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
#endif
[INI]
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/