summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f8767a..b5d6231 100644
--- a/Makefile
+++ b/Makefile
@@ -388,6 +388,7 @@ clean:
if exist *.pdb del *.pdb
if exist *.exp del *.exp
if exist *.o del *.o
+ if exist *.i del *.i
install: $(DLLS)
@@ -407,6 +408,9 @@ $(INLINED_STAMPS): $(DLL_INLINED_OBJS)
.c.obj:
cl $(EHFLAGS) -c $<
+.c.i:
+ cl /P /O2 /Ob1 $(VCFLAGS) $<
+
attr.obj: attr.c $(ATTR_SRCS) $(INCL)
barrier.obj: barrier.c $(BARRIER_SRCS) $(INCL)
cancel.obj: cancel.c $(CANCEL_SRCS) $(INCL)