Martijn Laan 11 years ago
parent
commit
d40943c124
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Examples/ISPPExample1.iss

+ 2 - 2
Examples/ISPPExample1.iss

@@ -40,6 +40,6 @@ Source: "Readme.txt"; DestDir: "{app}"; \
 Name: "{group}\{#AppName}"; Filename: "{app}\MyProg.exe"
 
 #ifdef Debug
-  #expr SaveToFile(AddBackslash(SourcePath) + "Preprocessed.iss")
-  #expr Exec(AddBackslash(CompilerPath) + "Compil32.exe", """" + AddBackslash(SourcePath) + "Preprocessed.iss""")
+  #expr SaveToFile(AddBackslash(SourcePath) + "Preprocessed.iss"), \
+        Exec(AddBackslash(CompilerPath) + "Compil32.exe", """" + AddBackslash(SourcePath) + "Preprocessed.iss""")
 #endif