V0.2.4.0: Added ssl libraries

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5628 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2017-01-11 16:32:25 +00:00
parent c3b636bdde
commit 4cf04f3f24
7 changed files with 7 additions and 4 deletions

View File

@ -12,8 +12,9 @@
<UseXPManifest Value="True"/> <UseXPManifest Value="True"/>
<XPManifest> <XPManifest>
<DpiAware Value="True"/> <DpiAware Value="True"/>
<TextName Value="CompanyName.ProductName.AppName"/> <UIAccess Value="True"/>
<TextDesc Value="Your application description."/> <TextName Value="Minesadorada.Lazarus.FoobotMonitor"/>
<TextDesc Value="Monitor app for the Foobot IoT Gadget"/>
</XPManifest> </XPManifest>
<Icon Value="0"/> <Icon Value="0"/>
<Resources Count="2"> <Resources Count="2">

View File

@ -11,7 +11,7 @@
<IsVisibleTab Value="True"/> <IsVisibleTab Value="True"/>
<EditorIndex Value="18"/> <EditorIndex Value="18"/>
<TopLine Value="13"/> <TopLine Value="13"/>
<CursorPos Y="66"/> <CursorPos X="139" Y="27"/>
<UsageCount Value="196"/> <UsageCount Value="196"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit0> </Unit0>

View File

@ -38,7 +38,9 @@ Source: "..\compiled\win64\foobotmonitor64.exe"; DestDir: "{app}"; DestName: "fo
; Place all x86 files here, first one should be marked 'solidbreak' ; Place all x86 files here, first one should be marked 'solidbreak'
Source: "..\compiled\win32\foobotmonitor.exe"; DestDir: "{app}"; Flags: solidbreak; Check: not Is64BitInstallMode Source: "..\compiled\win32\foobotmonitor.exe"; DestDir: "{app}"; Flags: solidbreak; Check: not Is64BitInstallMode
; Place all common files here, first one should be marked 'solidbreak' ; Place all common files here, first one should be marked 'solidbreak'
Source: "..\libeay32.dll";DestDir: "{app}"; Flags: solidbreak;
Source: "..\ssleay32.dll";DestDir: "{app}";
[Icons] [Icons]
Name: "{group}\Foobot"; Filename: "{app}\foobotmonitor.exe" Name: "{group}\Foobot"; Filename: "{app}\foobotmonitor.exe"

Binary file not shown.

Binary file not shown.