Ver Fonte

Add to Setup.

Martijn Laan há 11 meses atrás
pai
commit
280f1718c0
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 1
      Projects/Setup.dpr
  2. 1 0
      Projects/Setup.dproj

+ 2 - 1
Projects/Setup.dpr

@@ -92,7 +92,8 @@ uses
   Setup.MsiFunc in 'Src\Setup.MsiFunc.pas',
   Shared.DotNetVersion in 'Src\Shared.DotNetVersion.pas',
   NewUxTheme in '..\Components\NewUxTheme.pas',
-  PBKDF2 in '..\Components\PBKDF2.pas';
+  PBKDF2 in '..\Components\PBKDF2.pas',
+  Compression.SevenZipDecoder in 'Src\Compression.SevenZipDecoder.pas';
 
 {$SETPEOSVERSION 6.1}
 {$SETPESUBSYSVERSION 6.1}

+ 1 - 0
Projects/Setup.dproj

@@ -166,6 +166,7 @@
         <DCCReference Include="Src\Shared.DotNetVersion.pas"/>
         <DCCReference Include="..\Components\NewUxTheme.pas"/>
         <DCCReference Include="..\Components\PBKDF2.pas"/>
+        <DCCReference Include="Src\Compression.SevenZipDecoder.pas"/>
         <BuildConfiguration Include="Base">
             <Key>Base</Key>
         </BuildConfiguration>