Explorar o código

Added physfs_byteorder.c ...

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
706f817f71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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