You've already forked lazarus-ccr
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:
@ -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">
|
||||||
|
@ -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>
|
||||||
|
Binary file not shown.
@ -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.
BIN
applications/foobot/monitor/libeay32.dll
Normal file
BIN
applications/foobot/monitor/libeay32.dll
Normal file
Binary file not shown.
BIN
applications/foobot/monitor/ssleay32.dll
Normal file
BIN
applications/foobot/monitor/ssleay32.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user