[gimp/wip/Jehan/incremental-win-installer-improvements] build: create installer with debug symbols, Python and Lua support.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/incremental-win-installer-improvements] build: create installer with debug symbols, Python and Lua support.
- Date: Tue, 18 May 2021 15:31:56 +0000 (UTC)
commit 326ad37ea13f0b45429740bbcbc434656045ee55
Author: Jehan <jehan girinstud io>
Date: Tue May 18 17:31:15 2021 +0200
build: create installer with debug symbols, Python and Lua support.
build/windows/installer/compile.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index 5bc1d0f923..bc115f7110 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -34,7 +34,7 @@ shift
goto doparams
:paramsdone
-"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%"
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" %PARAMS% gimp3264.iss
+"%INNOPATH%\iscc.exe" -DVERSION="%VER%" -DGIMP_DIR="%GIMP_BASE%" -DDIR32="%GIMP32%" -DDIR64="%GIMP64%"
-DDEPS_DIR="%DEPS_BASE%" -DDDIR32="%DEPS32%" -DDDIR64="%DEPS64%" -DDEBUG_SYMBOLS -DPYTHON -DLUA %PARAMS%
gimp3264.iss
goto :eof
:help
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]