Removed fileio_legacy; now legacy supports relies entirely on streaming API.

CLI legacy support now limited to v0.4+
This commit is contained in:
Yann Collet
2016-08-28 19:20:13 -07:00
parent dea67a66ab
commit 54caf6893e
5 changed files with 4 additions and 724 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ CPPFLAGS += -DZSTD_LEGACY_SUPPORT=0
ZSTDLEGACY_FILES:=
else
ZSTD_LEGACY_SUPPORT:=1
CPPFLAGS += -I$(ZSTDDIR)/legacy -I./legacy
ZSTDLEGACY_FILES:= $(ZSTDDIR)/legacy/*.c legacy/fileio_legacy.c
CPPFLAGS += -I$(ZSTDDIR)/legacy
ZSTDLEGACY_FILES:= $(ZSTDDIR)/legacy/*.c
endif