浏览代码

Don't need to copy Setup(Ldr).exe to .e32 anymore + dont need STATICCOMPILER/STATICPREPROC anymore to be able to debug.

Martijn Laan 1 年之前
父节点
当前提交
a96e30f54e
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      README.md

+ 0 - 7
README.md

@@ -154,10 +154,6 @@ How do the projects link together?
 Source code tips
 ----------------
 
-- If you modify the Setup or SetupLdr projects and want to be able to compile
-  your installations with the new code, you'll need to copy the new EXE
-  file(s) to the Setup Compiler directory under the extension .E32.
-
 - When debugging the Setup project you should set ``UseSetupLdr=no`` and
   ``OutputBaseFilename=setup`` in your script, and copy the resulting setup-*.bin
   files to the source code directory. This way you can simulate an actual
@@ -172,9 +168,6 @@ Source code tips
   SETUP-1.BIN to the end of the SETUP.EXE, and finally modifying an internal
   data block in SETUP.EXE so it knows it's in "single EXE" form.
 
-- For compiler debugging purposes define ``STATICCOMPILER`` in CompForm.pas
-  and for preprocessor debugging also ``STATICPREPROC`` in Compile.pas.
-
 - To debug the uninstaller first run Setup.exe to completion with the
   ``/DETACHEDMSG`` command line parameter set. Afterwards copy uninst000.dat and
   uninst000.msg as setup.dat and setup.msg to the Projects directory in your