mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 15:01:06 +02:00
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:
parent
5242f5d1c4
commit
5d1a6fc01f
@ -46,6 +46,9 @@ Name: associatepp; Description: {code:GetAssociateDesc|.pp}; Types: custom full
|
|||||||
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
|
Source: {#BuildDir}\*.*; DestDir: {app}; Flags: recursesubdirs
|
||||||
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
|
Source: environmentoptions-{#FPCTargetOS}.xml; DestDir: {app}; Flags: onlyifdoesntexist; AfterInstall: UpdateEnvironmentOptions; DestName: environmentoptions.xml
|
||||||
Source: editoroptions.xml; DestDir: {app}; Flags: onlyifdoesntexist
|
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]
|
[INI]
|
||||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user