--- 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
--- 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)],