Browse Source

Simplify ISPP contents + link from iscc to isppcc.

Martijn Laan 1 năm trước cách đây
mục cha
commit
f7b9a0ae5d
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      ISHelp/isetup.xml

+ 6 - 6
ISHelp/isetup.xml

@@ -64,12 +64,10 @@
     <contentstopic title="Expression Syntax" topic="expressions" />
     <contentstopic title="Expression Syntax" topic="expressions" />
     <contentstopic title="Predefined Variables" topic="predefinedvars" />
     <contentstopic title="Predefined Variables" topic="predefinedvars" />
     <contentstopic title="Line Spanning" topic="linespan" />
     <contentstopic title="Line Spanning" topic="linespan" />
-    <contentsheading title="Other Information">
-      <contentstopic title="Visibility of Identifiers" topic="visibility" />
-      <contentstopic title="Example Script" topic="example" />
-      <contentstopic title="ISPPBuiltins.iss" topic="builtinsiss" />
-      <contentstopic title="Extended Command Line Compiler" topic="isppcc" />
-    </contentsheading>
+    <contentstopic title="Visibility of Identifiers" topic="visibility" />
+    <contentstopic title="Example Script" topic="example" />
+    <contentstopic title="ISPPBuiltins.iss" topic="builtinsiss" />
+    <contentstopic title="Extended Command Line Compiler" topic="isppcc" />
   </contentsheading>
   </contentsheading>
   <contentsheading title="Other Information">
   <contentsheading title="Other Information">
     <contentstopic title="Support Inno Setup" topic="donate" />
     <contentstopic title="Support Inno Setup" topic="donate" />
@@ -3399,6 +3397,8 @@ Filename: "{win}\MYPROG.INI"; Section: "InstallSettings"; Key: "InstallPath"; St
 </indent>
 </indent>
 
 
 <p>ISCC will return an exit code of 0 if the compile was successful, 1 if the command line parameters were invalid or an internal error occurred, or 2 if the compile failed.</p>
 <p>ISCC will return an exit code of 0 if the compile was successful, 1 if the command line parameters were invalid or an internal error occurred, or 2 if the compile failed.</p>
+
+<p>Also see <link topic="isppcc">Inno Setup Preprocessor: Command Line Compiler</link>.</p>
 </li>
 </li>
 
 
 <li>
 <li>