2
0
Эх сурвалжийг харах

Move ScintStylerInnoSetup as its not a component.

Martijn Laan 1 жил өмнө
parent
commit
4a740c1c9d

+ 1 - 1
Projects/Compil32.dpr

@@ -34,7 +34,7 @@ uses
   CompInputQueryCombo in 'Src\Compil32\CompInputQueryCombo.pas',
   ScintInt in '..\Components\ScintInt.pas',
   ScintEdit in '..\Components\ScintEdit.pas',
-  ScintStylerInnoSetup in '..\Components\ScintStylerInnoSetup.pas',
+  ScintStylerInnoSetup in 'Src\Compil32\ScintStylerInnoSetup.pas',
   ModernColors in '..\Components\ModernColors.pas',
   CompMsgBoxDesigner in 'Src\Compil32\CompMsgBoxDesigner.pas' {MsgBoxDesignerForm},
   CompScintEdit in 'Src\Compil32\CompScintEdit.pas',

+ 1 - 1
Projects/Compil32.dproj

@@ -109,7 +109,7 @@
         <DCCReference Include="Src\Compil32\CompInputQueryCombo.pas"/>
         <DCCReference Include="..\Components\ScintInt.pas"/>
         <DCCReference Include="..\Components\ScintEdit.pas"/>
-        <DCCReference Include="..\Components\ScintStylerInnoSetup.pas"/>
+        <DCCReference Include="Src\Compil32\ScintStylerInnoSetup.pas"/>
         <DCCReference Include="..\Components\ModernColors.pas"/>
         <DCCReference Include="Src\Compil32\CompMsgBoxDesigner.pas">
             <Form>MsgBoxDesignerForm</Form>

+ 0 - 0
Components/ScintStylerInnoSetup.pas → Projects/Src/Compil32/ScintStylerInnoSetup.pas