opm: less hints

git-svn-id: trunk@58127 -
This commit is contained in:
mattias 2018-06-04 17:22:01 +00:00
parent 0b8e57a289
commit 9662fcc1b5

View File

@ -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;