[DEV] remove support of the 64 bit zip file

This commit is contained in:
Edouard DUPIN 2013-07-24 22:30:18 +02:00
parent 82c876fa9c
commit 587aad91dc
3 changed files with 5 additions and 2 deletions

2
external/etk vendored

@ -1 +1 @@
Subproject commit 273a1ba41b67643af2365945b0ca243a3ed01c62
Subproject commit 2e664009f86bfa1d8d28bbbcb3b3dbaca16d33bb

View File

@ -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

View File

@ -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);