Jelajahi Sumber

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

Martijn Laan 1 tahun lalu
induk
melakukan
a96e30f54e
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  1. 0 7
      README.md

+ 0 - 7
README.md

@@ -154,10 +154,6 @@ How do the projects link together?
 Source code tips
 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
 - When debugging the Setup project you should set ``UseSetupLdr=no`` and
   ``OutputBaseFilename=setup`` in your script, and copy the resulting setup-*.bin
   ``OutputBaseFilename=setup`` in your script, and copy the resulting setup-*.bin
   files to the source code directory. This way you can simulate an actual
   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
   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.
   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
 - To debug the uninstaller first run Setup.exe to completion with the
   ``/DETACHEDMSG`` command line parameter set. Afterwards copy uninst000.dat and
   ``/DETACHEDMSG`` command line parameter set. Afterwards copy uninst000.dat and
   uninst000.msg as setup.dat and setup.msg to the Projects directory in your
   uninst000.msg as setup.dat and setup.msg to the Projects directory in your