# HG changeset patch # User mjsousa # Date 1445436032 -3600 # Node ID de4ee16f7c6c168a284064e2e64f529a12b0d16d # Parent 28e9d479aa654d335290f72247abaa1358aa7afa# Parent 7df108e8cb18e06dbd10da2ab7b5efaa0be2e064 merge diff -r 7df108e8cb18 -r de4ee16f7c6c c_ext/c_ext.py --- a/c_ext/c_ext.py Fri Jun 19 23:36:35 2015 +0200 +++ b/c_ext/c_ext.py Wed Oct 21 15:00:32 2015 +0100 @@ -99,7 +99,7 @@ cfile.write(text) cfile.close() - matiec_flags = '"-I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()) + matiec_flags = '"-l -p -I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()) return [(Gen_Cfile_path, str(self.CExtension.getCFLAGS() + matiec_flags))],str(self.CExtension.getLDFLAGS()),True diff -r 7df108e8cb18 -r de4ee16f7c6c py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Fri Jun 19 23:36:35 2015 +0200 +++ b/py_ext/PythonFileCTNMixin.py Wed Oct 21 15:00:32 2015 +0100 @@ -258,7 +258,7 @@ pycfile.write(PyCFileContent) pycfile.close() - matiec_flags = '"-I%s"'%os.path.abspath( + matiec_flags = '"-l -p -I%s"'%os.path.abspath( self.GetCTRoot().GetIECLibPath()) return ([(Gen_PyCfile_path, matiec_flags)],