UCS2/UCS4 detection in Makefile doesn't seem to work here.

[EMAIL PROTECTED]:~/svn/pythonnet$ python -c 'import sys; print sys.maxunicode'
1114111

[EMAIL PROTECTED]:~/svn/pythonnet$ make Python.Runtime.dll
cd "/home/tinuviel/svn/pythonnet/src/runtime"; \
        gmcs /define:PYTHON24,UCS2 /nologo  /unsafe /target:library \
             /out:../../Python.Runtime.dll /recurse:*.cs

Makefile uses distutils.sysconfig, but why not just check sys.maxunicode?

-- 
Seo Sanghyeon
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to