mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 09:39:16 +02:00
opm: less hints
git-svn-id: trunk@58127 -
This commit is contained in:
parent
0b8e57a289
commit
9662fcc1b5
@ -34,9 +34,13 @@ uses
|
||||
// LazUtils
|
||||
Laz2_XMLCfg,
|
||||
// OpkMan
|
||||
opkman_serializablepackages, opkman_options, opkman_common, opkman_const,
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF},
|
||||
{$IFDEF FPC311}zipper{$ELSE}opkman_zip{$ENDIF};
|
||||
opkman_serializablepackages, opkman_options, opkman_common,
|
||||
{$IFDEF MSWINDOWS}
|
||||
opkman_const,
|
||||
{$IFDEF FPC311}zipper,{$ELSE}opkman_zip,{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF}
|
||||
;
|
||||
|
||||
const
|
||||
OpkVersion = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user