c_ext/c_ext.py
changeset 1503 3a238c0c5993
parent 1474 28e9d479aa65
child 1511 91538d0c242c
--- a/c_ext/c_ext.py	Fri Apr 22 19:49:10 2016 +0300
+++ b/c_ext/c_ext.py	Fri Apr 22 21:26:31 2016 +0300
@@ -99,7 +99,7 @@
         cfile.write(text)
         cfile.close()
         
-        matiec_flags = '"-l -p -I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath())
+        matiec_CFLAGS = '"-I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath())
         
-        return [(Gen_Cfile_path, str(self.CExtension.getCFLAGS() + matiec_flags))],str(self.CExtension.getLDFLAGS()),True
+        return [(Gen_Cfile_path, str(self.CExtension.getCFLAGS() + matiec_CFLAGS))],str(self.CExtension.getLDFLAGS()),True