Skip to content

Commit 67b769e

Browse files
committed
Updated notes on compiling from the Delphi IDE
1 parent 9a15dc1 commit 67b769e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Build.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h3>
229229

230230
<p class="note">
231231
<strong>Warning:</strong> Do not use Inno Setup v6. This will fail to compile
232-
the setup script. Inno Setup 6 does not support Windows 2000 or XE, while
232+
the setup script. Inno Setup 6 does not support Windows 2000 or XE, while
233233
<em>CodeSnip</em> still does.
234234
</p>
235235

@@ -290,10 +290,6 @@ <h3>
290290
You do not need Zip if you do not intend to create release files.
291291
</p>
292292

293-
<p class="note">
294-
<strong>Note:</strong> You can use the Delphi IDE to edit the code and test compile it. However you will need to build the code from the makefile first to ensure all the required resource files and auto-generated files are present. If you change any resource files or type libraries you also need to re-run the makefile. Final builds should always be created using the makefile.
295-
</p>
296-
297293

298294
<h2>
299295
Preparation
@@ -545,6 +541,12 @@ <h4>
545541
<code>CodeSnip.exe</code>. You can rename the file manually.
546542
</p>
547543

544+
<p>
545+
After you have gone through these steps you can edit Pascal code and test
546+
compile from the Delphi IDE. However if you change any files compiled into resources, or the type library, or run a clean up, then you must repeat the
547+
above steps and do a complete build from the IDE.
548+
</p>
549+
548550
<p>
549551
Note that building with the make file insted of the IDE performs all the above
550552
steps automatically.

0 commit comments

Comments
 (0)