summaryrefslogtreecommitdiff
path: root/build/pango-introspection-msvc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'build/pango-introspection-msvc.mak')
-rw-r--r--build/pango-introspection-msvc.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/pango-introspection-msvc.mak b/build/pango-introspection-msvc.mak
index 0237626d..52ec8063 100644
--- a/build/pango-introspection-msvc.mak
+++ b/build/pango-introspection-msvc.mak
@@ -1,6 +1,6 @@
# NMake Makefile to build Introspection Files for Pango
-!include testsrules_msvc.mak
+!include detectenv-msvc.mak
APIVERSION = 1.0
@@ -32,7 +32,6 @@ install-introspection: setbuildenv Pango-$(APIVERSION).gir Pango-$(APIVERSION).t
!endif
setbuildenv:
- @set CC=$(CC)
@set PYTHONPATH=$(BASEDIR)\lib\gobject-introspection
@set PATH=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(BASEDIR)\bin;$(PATH)
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)