[gimp] Installer: forgot a few things for GIMP/deps split



commit d981c930c59280a98196485fe0a4741ced33196a
Author: Jernej Simončič <jernej|s-cccp eternallybored org>
Date:   Wed May 2 01:38:53 2018 +0200

    Installer: forgot a few things for GIMP/deps split

 build/windows/installer/directories.isi |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/installer/directories.isi b/build/windows/installer/directories.isi
index 39b5f1c..18b69f0 100644
--- a/build/windows/installer/directories.isi
+++ b/build/windows/installer/directories.isi
@@ -23,6 +23,9 @@
 #ifndef GIMP_DIR
        #define GIMP_DIR "N:\gimp\output\" + VER_DIR
 #endif
+#ifndef DEPS_DIR
+       #define DEPS_DIR "N:\gimp\deps"
+#endif
 
 //32-bit GIMP base directory (result of make install)
 #ifndef GIMP_DIR32
@@ -34,10 +37,19 @@
 #endif
 
 #ifndef DDIR32
-       #define DDIR32 DIR32 + "-w64-mingw32\sys-root\mingw"
+       #define DDIR32 DIR32
 #endif
 #ifndef DDIR64
-       #define DDIR64 DIR64 + "-w64-mingw32\sys-root\mingw"
+       #define DDIR64 DIR64
+#endif
+
+//32-bit dependencies directory
+#ifndef DEPS_DIR32
+       #define DEPS_DIR32 DEPS_DIR + "\" + DDIR32
+#endif
+//64-bit dependencies directory
+#ifndef DEPS_DIR64
+       #define DEPS_DIR64 DEPS_DIR + "\" + DDIR64
 #endif
 
 #ifdef PYTHON


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]