[DEV] remove support of the 64 bit zip file
This commit is contained in:
parent
82c876fa9c
commit
587aad91dc
2
external/etk
vendored
2
external/etk
vendored
@ -1 +1 @@
|
||||
Subproject commit 273a1ba41b67643af2365945b0ca243a3ed01c62
|
||||
Subproject commit 2e664009f86bfa1d8d28bbbcb3b3dbaca16d33bb
|
3
external/z/lutin_minizip.py
vendored
3
external/z/lutin_minizip.py
vendored
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user