Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes for subdirs.
  • Loading branch information
icculus committed Jul 7, 2001
1 parent 9c4faea commit be67b1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -138,10 +138,10 @@ ASMFLAGS := -f $(ASMOBJFMT) $(ASMDEFS)
BASELIBNAME := physfs
MAINLIB := $(BINDIR)/$(strip $(BASELIBNAME))$(strip $(LIB_EXT))

MAINSRCS := physfs.c unix.c dir.c
MAINSRCS := physfs.c platform/unix.c archivers/dir.c

ifeq ($(strip $(use_archive_zip)),true)
MAINSRCS += zip.c
MAINSRCS += archivers/zip.c
CFLAGS += -DPHYSFS_SUPPORTS_ZIP
endif

Expand Down Expand Up @@ -182,6 +182,8 @@ $(MAINLIB) : $(BINDIR) $(MAINOBJS)

$(BINDIR):
mkdir -p $(BINDIR)
mkdir -p $(BINDIR)/archive_drivers
mkdir -p $(BINDIR)/platform

distclean: clean

Expand Down

0 comments on commit be67b1e

Please sign in to comment.