aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-12-27 16:11:49 +0200
committerPaul Sokolovsky2014-12-27 16:32:52 +0200
commit3b74c91684e6dfc785bf33ba03e520470f59059e (patch)
tree2ef4bf79c6b594de4033c897719ad9a698720277 /windows/Makefile
parent8ab6f9067412d9f73fe88d42d81c0b4c4f1fd20b (diff)
Makefiles: Support py/*.h includes per #1022.
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 28b73d614..f73e16690 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -11,6 +11,7 @@ QSTR_DEFS = ../unix/qstrdefsport.h
include ../py/py.mk
INC = -I.
+INC += -I..
INC += -I$(PY_SRC)
INC += -I$(BUILD)