summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-08-01 20:21:13 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-08-05 17:57:49 +0800
commitc930859297c32e52f8cad0914dec2cdd7eff18dc (patch)
tree2f8e22b272db18dcf397bc096632c87a85743b9b /Makefile-giscanner.am
parent3701b320a53de2920ffb96982b40d8204d95d504 (diff)
downloadgobject-introspection-c930859297c32e52f8cad0914dec2cdd7eff18dc.tar.gz
giscanner: Add New CCompiler Module
This adds a CCompiler module for the giscanner Python scripts so that items related to the run of the preprocessor, compiler and linker can be done in this module, and this marks the beginning of the move of building the introspection files using Python's distutils. This patch first moves _add_[internal|external]_link_flags() to ccompiler.py as get_[internal|external]_link_flags and also moves the Windows shlibs resolution (deducing the DLLs the introspection files should link to from the libraries passed in) in shlibs.py to resolve_windows_libs() in ccompiler.py https://bugzilla.gnome.org/show_bug.cgi?id=728313
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index bccd8151..c2273cd6 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -31,6 +31,7 @@ pkgpyexec_PYTHON = \
giscanner/annotationparser.py \
giscanner/ast.py \
giscanner/cachestore.py \
+ giscanner/ccompiler.py \
giscanner/codegen.py \
giscanner/docmain.py \
giscanner/docwriter.py \