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"/>
|
||||
<XPManifest>
|
||||
<DpiAware Value="True"/>
|
||||
<TextName Value="CompanyName.ProductName.AppName"/>
|
||||
<TextDesc Value="Your application description."/>
|
||||
<UIAccess Value="True"/>
|
||||
<TextName Value="Minesadorada.Lazarus.FoobotMonitor"/>
|
||||
<TextDesc Value="Monitor app for the Foobot IoT Gadget"/>
|
||||
</XPManifest>
|
||||
<Icon Value="0"/>
|
||||
<Resources Count="2">
|
||||
|
@ -11,7 +11,7 @@
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="18"/>
|
||||
<TopLine Value="13"/>
|
||||
<CursorPos Y="66"/>
|
||||
<CursorPos X="139" Y="27"/>
|
||||
<UsageCount Value="196"/>
|
||||
<Loaded Value="True"/>
|
||||
</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'
|
||||
Source: "..\compiled\win32\foobotmonitor.exe"; DestDir: "{app}"; Flags: solidbreak; Check: not Is64BitInstallMode
|
||||
; Place all common files here, first one should be marked 'solidbreak'
|
||||
|
||||
Source: "..\libeay32.dll";DestDir: "{app}"; Flags: solidbreak;
|
||||
Source: "..\ssleay32.dll";DestDir: "{app}";
|
||||
|
||||
[Icons]
|
||||
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