Prechádzať zdrojové kódy

Clarify debugging examples.

Martijn Laan 3 mesiacov pred
rodič
commit
99bb9e930b
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      Projects/Bin/Debug.iss

+ 4 - 2
Projects/Bin/Debug.iss

@@ -13,9 +13,11 @@
 AppName=ɯɐɹƃoɹd ʎɯ
 AppName=ɯɐɹƃoɹd ʎɯ
 AppVerName=My Program version 1.5
 AppVerName=My Program version 1.5
 DefaultDirName={autopf}\My Program
 DefaultDirName={autopf}\My Program
-UseSetupLdr=0
-OutputDir=.
 AppVersion=1.2.3
 AppVersion=1.2.3
+; The following four lines make the output debuggable from the Setup project
+; If you put them in any example script you can debug that example as well
+UseSetupLdr=0
+OutputDir={#CompilerPath}
 OutputBaseFilename=Setup
 OutputBaseFilename=Setup
 PrivilegesRequired=lowest
 PrivilegesRequired=lowest