mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:18:10 +02:00
Win Installer: fix chm 64bit
git-svn-id: trunk@38017 -
This commit is contained in:
parent
b3ddfe340d
commit
440a16ab87
@ -101,14 +101,14 @@ Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion
|
||||
#else
|
||||
Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion; Components: installqtintfdll; Tasks:
|
||||
#endif
|
||||
#ifdef CHMHELPFILES
|
||||
#if CHMHELPFILES!=""
|
||||
Source: {#CHMHELPFILES}\*.*; DestDir: {app}\docs\chm; Components: installhelp; Flags: recursesubdirs
|
||||
#if FPCVersion=="2.2.0"
|
||||
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if FPCVersion=="2.2.0"
|
||||
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
|
||||
#ifdef CHMHELPFILES
|
||||
#if CHMHELPFILES!=""
|
||||
Source: {#CHMHELPFILES}\*.*; DestDir: {app}\docs\chm; Components: installhelp; Flags: recursesubdirs
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user