Przeglądaj źródła

Added physfs_byteorder.c ...

Ryan C. Gordon 24 lat temu
rodzic
commit
706f817f71
1 zmienionych plików z 1 dodań i 1 usunięć
  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