Explorar el Código

Added physfs_byteorder.c ...

Ryan C. Gordon hace 24 años
padre
commit
706f817f71
Se han modificado 1 ficheros con 1 adiciones y 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