From 587aad91dcaa0120b5c51406ea15a63cd70cbc04 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 24 Jul 2013 22:30:18 +0200 Subject: [PATCH] [DEV] remove support of the 64 bit zip file --- external/etk | 2 +- external/z/lutin_minizip.py | 3 +++ sources/ewol/renderer/resources/Program.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/external/etk b/external/etk index 273a1ba4..2e664009 160000 --- a/external/etk +++ b/external/etk @@ -1 +1 @@ -Subproject commit 273a1ba41b67643af2365945b0ca243a3ed01c62 +Subproject commit 2e664009f86bfa1d8d28bbbcb3b3dbaca16d33bb diff --git a/external/z/lutin_minizip.py b/external/z/lutin_minizip.py index bc794dd2..9accaf1d 100644 --- a/external/z/lutin_minizip.py +++ b/external/z/lutin_minizip.py @@ -14,6 +14,9 @@ def Create(target): myModule.AddModuleDepend('z') + myModule.CompileFlags_CC([ + "-DNOCRYPT", + "-DIOAPI_NO_64"]) # add the currrent module at the return myModule diff --git a/sources/ewol/renderer/resources/Program.cpp b/sources/ewol/renderer/resources/Program.cpp index de2dedc3..2604af40 100644 --- a/sources/ewol/renderer/resources/Program.cpp +++ b/sources/ewol/renderer/resources/Program.cpp @@ -27,7 +27,7 @@ ewol::Program::Program(const etk::UString& filename) : m_hasTexture1(false) { m_resourceLevel = 1; - EWOL_DEBUG("OGL : load PROGRAM \"" << m_name << "\""); + EWOL_DEBUG("OGL : load PROGRAM '" << m_name << "'"); // load data from file "all the time ..." etk::FSNode file(m_name);