diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-28 04:10:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-28 04:10:23 +0300 |
commit | 6ff6d6928328ff2110f028a374ade49415d5a0ba (patch) | |
tree | 4337ddc2e83368a2d606b97df08dc206e002ac67 /build | |
parent | 475aea387f846561d5029807f804ff789d59e69f (diff) | |
download | ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.gz ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.bz2 ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.xz ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.zip |
Remove physfs support.
Diffstat (limited to 'build')
-rwxr-xr-x | build/testfile.sh | 1 | ||||
-rwxr-xr-x | build/testfiledye.sh | 1 | ||||
-rwxr-xr-x | build/testfiletest.sh | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/build/testfile.sh b/build/testfile.sh index f670bb680..82393caf7 100755 --- a/build/testfile.sh +++ b/build/testfile.sh @@ -21,7 +21,6 @@ function run { -i "\"sdlshared.h\"" \ -i "\"localconsts.h\"" \ -i "\"utils/fuzzer.h\"" \ - -i "\"utils/physfscheckutils.h\"" \ -i "\"$name\"" \ -c "$CXX" \ -d "$1" \ diff --git a/build/testfiledye.sh b/build/testfiledye.sh index ac2ccd777..03dc1dfad 100755 --- a/build/testfiledye.sh +++ b/build/testfiledye.sh @@ -21,7 +21,6 @@ function run { -i "\"sdlshared.h\"" \ -i "\"localconsts.h\"" \ -i "\"utils/fuzzer.h\"" \ - -i "\"utils/physfscheckutils.h\"" \ -i "\"$name\"" \ -c "$CXX" \ -d "$1" \ diff --git a/build/testfiletest.sh b/build/testfiletest.sh index 3708275fd..40f08739a 100755 --- a/build/testfiletest.sh +++ b/build/testfiletest.sh @@ -21,7 +21,6 @@ function run { -i "\"sdlshared.h\"" \ -i "\"localconsts.h\"" \ -i "\"utils/fuzzer.h\"" \ - -i "\"utils/physfscheckutils.h\"" \ -i "\"$name\"" \ -c "$CXX" \ -d "$1" \ |