Oct. 18, 2007
4:15 a.m.
UCS2/UCS4 detection in Makefile doesn't seem to work here. tinuviel@debian:~/svn/pythonnet$ python -c 'import sys; print sys.maxunicode' 1114111 tinuviel@debian:~/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