Added physfs_byteorder.c ...

This commit is contained in:
Ryan C. Gordon 2002-04-05 18:14:56 +00:00
parent fb3aa5cfb2
commit 706f817f71
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ MAINLIB := $(BINDIR)/$(strip $(BASELIBNAME))$(strip $(LIB_EXT))
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)
MAINSRCS += archivers/zip.c archivers/unzip.c