Procházet zdrojové kódy

Added physfs_byteorder.c ...

Ryan C. Gordon před 24 roky
rodič
revize
706f817f71
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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