Skip to content
Snippets Groups Projects
Commit 9f6e9bcc authored by dg's avatar dg
Browse files

move zlib

git-svn-id: http://svn.net-core.org/repos/t-engine4@6627 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8d8c80e1
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ project "runner-physfs"
defines {"PHYSFS_SUPPORTS_ZIP"}
files { "../src/physfs/*.c", "../src/physfs/zlib123/*.c", "../src/physfs/archivers/*.c", }
files { "../src/physfs/*.c", "../src/zlib/*.c", "../src/physfs/archivers/*.c", }
configuration "linux"
files { "../src/physfs/platform/unix.c", "../src/physfs/platform/posix.c", }
......
......@@ -119,7 +119,7 @@ project "physfs"
defines {"PHYSFS_SUPPORTS_ZIP"}
if _OPTIONS.no_rwops_size then defines{"NO_RWOPS_SIZE"} end
files { "../src/physfs/*.c", "../src/physfs/zlib123/*.c", "../src/physfs/archivers/*.c", }
files { "../src/physfs/*.c", "../src/zlib/*.c", "../src/physfs/archivers/*.c", }
configuration "linux"
files { "../src/physfs/platform/unix.c", "../src/physfs/platform/posix.c", }
......
......@@ -825,7 +825,7 @@
28B4257B119F51A700562F94 /* physfsrwops.c */,
28B4257C119F51A700562F94 /* physfsrwops.h */,
28B4257D119F51A700562F94 /* platform */,
28B42582119F51A700562F94 /* zlib123 */,
28B42582119F51A700562F94 /* zlib */,
);
name = physfs;
path = ../src/physfs;
......@@ -849,7 +849,7 @@
path = platform;
sourceTree = "<group>";
};
28B42582119F51A700562F94 /* zlib123 */ = {
28B42582119F51A700562F94 /* zlib */ = {
isa = PBXGroup;
children = (
28B42583119F51A700562F94 /* adler32.c */,
......@@ -880,7 +880,7 @@
28B4259D119F51A700562F94 /* zutil.c */,
28B4259E119F51A700562F94 /* zutil.h */,
);
path = zlib123;
path = ../zlib;
sourceTree = "<group>";
};
28F1A75C13006FD40082CA27 /* Game */ = {
......
......@@ -15,7 +15,7 @@ solution "TEngine"
"src/lxp",
"src/libtcod_import",
"src/physfs",
"src/physfs/zlib123",
"src/zlib",
"src/bzip2",
"/opt/SDL-2.0/include/SDL2",
"/usr/include/GL",
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment