[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] Suggested change to SC_LanguageClient.cpp
Hi all,
At line 315 of SC_LanguageClient.cpp we have:
// this is defined in PySCLang
#ifndef SC_WIN32
This assumes that PySCLang will only be compiled on windows. I would
like to change this to:
// this is defined in PySCLang
#ifndef PYSCLANG
and then make sure that any platform that PySCLang is compiled on has
PYSCLANG defined.
I'll commit a change if no one objects, I don't think it should effect
Mac or Linux code anyway.
I am working on a distutils script to build PySCLang on Linux. It
Thanks,
John