aboutsummaryrefslogtreecommitdiff
path: root/makefile.after
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.after')
-rw-r--r--makefile.after3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile.after b/makefile.after
index 1fe4e08bd..2b119c0ce 100644
--- a/makefile.after
+++ b/makefile.after
@@ -84,6 +84,9 @@ clean$(OBJDIRPREFIX):
$(OBJDIR)\%$(OBJEXT) : %.c
$(CC) $(CCFLAGS) $(COMMONCFLAGS)
+$(OBJDIR)\%$(OBJEXT) : $(OBJDIR)\%.c
+ $(CC) $(CCFLAGS) $(COMMONCFLAGS)
+
$(OBJDIR)\%$(OBJEXT) : %.cc
$(CC) $(CCFLAGS) /EHsc $(COMMONCFLAGS)