Skip to content
Snippets Groups Projects
Commit 97dd1918 authored by deuce's avatar deuce
Browse files

Put the reroll objects in the object directory.

parent 86fa32cb
Branches
Tags
No related merge requests found
......@@ -30,13 +30,13 @@ $(TBD): $(OBJS)
endif
$(QUIET)$(CC) $(MT_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(LDFLAGS) $^ -o $@ $(XPDEV-MT_LIBS)
$(MAPMAKER): mapmaker.o
$(MAPMAKER): $(MAPMAKER_OBJS)
ifndef bcc
@echo Linking $@
endif
$(QUIET)$(CC) $(MT_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(LDFLAGS) $^ -o $@ $(XPDEV-MT_LIBS)
$(REROLL): reroll.o
$(REROLL): $(REROLL_OBJS)
ifndef bcc
@echo Linking $@
endif
......
......@@ -24,7 +24,7 @@ $(TBD): $(OBJS)
@copy /y $(TBD) .
# Main EXE Link Rule
$(REROLL): reroll.obj
$(REROLL): $(REROLL_OBJS)
@echo Linking $@
@$(CC) $(CFLAGS) $(XPDEV-MT_LDFLAGS) -e$@ $** $(XPDEV-MT_LIBS)
@copy /y $(REROLL) .
......@@ -2,3 +2,7 @@ OBJS = $(MTOBJODIR)$(DIRSEP)tbd$(OFILE) \
$(MTOBJODIR)$(DIRSEP)tbd2$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xsdk$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xsdkvars$(OFILE)
MAPMAKER_OBJS = $(MTOBJODIR)$(DIRSEP)mapmaker$(OFILE)
REROLL_OBJS = $(MTOBJODIR)$(DIRSEP)reroll$(OFILE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment