Added physfs_byteorder.c ...
This commit is contained in:
parent
fb3aa5cfb2
commit
706f817f71
2
Makefile
2
Makefile
|
@ -168,7 +168,7 @@ MAINLIB := $(BINDIR)/$(strip $(BASELIBNAME))$(strip $(LIB_EXT))
|
||||||
|
|
||||||
TESTSRCS := test/test_physfs.c
|
TESTSRCS := test/test_physfs.c
|
||||||
|
|
||||||
MAINSRCS := physfs.c archivers/dir.c
|
MAINSRCS := physfs.c physfs_byteorder.c archivers/dir.c
|
||||||
|
|
||||||
ifeq ($(strip $(use_archive_zip)),true)
|
ifeq ($(strip $(use_archive_zip)),true)
|
||||||
MAINSRCS += archivers/zip.c archivers/unzip.c
|
MAINSRCS += archivers/zip.c archivers/unzip.c
|
||||||
|
|
Loading…
Reference in New Issue