installer: Fixed libpng, zlib 0.44.10PR1
authorJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:29:50 +0000 (04:29 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:29:50 +0000 (04:29 -0400)
installer/Installer.epj
installer/Makefile

index ad2e4db..e362eec 100644 (file)
@@ -37,8 +37,8 @@
             ],
             "LibraryDirs" : [
                "../ecere/obj/installer.$(PLATFORM)$(ARCH_SUFFIX)",
-               "../deps/libpng-1.4.0/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
-               "../deps/zlib/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
+               "../deps/libpng-1.6.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
+               "../deps/zlib-1.2.8/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
             ],
             "FastMath" : true
          }
index 93632bd..9ef1969 100644 (file)
@@ -5394,8 +5394,8 @@ CECFLAGS += -cpp $(_CPP)
 ifndef STATIC_LIBRARY_TARGET
 OFLAGS += \
         -L$(call quote_path,../ecere/obj/installer.$(PLATFORM)$(ARCH_SUFFIX)) \
-        -L$(call quote_path,../deps/libpng-1.4.0/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)) \
-        -L$(call quote_path,../deps/zlib/obj/release.$(PLATFORM)$(COMPILER_SUFFIX))
+        -L$(call quote_path,../deps/libpng-1.6.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)) \
+        -L$(call quote_path,../deps/zlib-1.2.8/obj/release.$(PLATFORM)$(COMPILER_SUFFIX))
 endif
 
 # TARGETS