瀏覽代碼

Move ScintStylerInnoSetup as its not a component.

Martijn Laan 1 年之前
父節點
當前提交
4a740c1c9d
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Projects/Compil32.dpr
  2. 1 1
      Projects/Compil32.dproj
  3. 0 0
      Projects/Src/Compil32/ScintStylerInnoSetup.pas

+ 1 - 1
Projects/Compil32.dpr

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

+ 1 - 1
Projects/Compil32.dproj

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

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