From 5fef40280e75568e0f0e4fe99c6d11a170962a0d Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 22 Jun 2010 02:05:37 +0000 Subject: [PATCH] adding default C# compiler name --- dtool/Config.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/Config.pp b/dtool/Config.pp index 60fcca0cf8..709b40909f 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -314,6 +314,9 @@ #define INTERROGATE interrogate #define INTERROGATE_MODULE interrogate_module +// What is the name of the C# compiler binary? +#define CSHARP csc + // Is Python installed, and should Python interfaces be generated? If // Python is installed, which directory is it in? #define PYTHON_IPATH /usr/include/python2.4