add NEWTIMERS and NEWPARENT preprocessor directives to assist third party developers
This commit is contained in:
parent
54aef01c72
commit
5003f7c4a9
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ namespace Server
|
|||
AppendCompilerOption( ref sb, "/d:Framework_2_0" );
|
||||
AppendCompilerOption( ref sb, "/d:Framework_4_0" );
|
||||
|
||||
AppendCompilerOption(ref sb, "/d:NEWTIMERS");
|
||||
AppendCompilerOption(ref sb, "/d:NEWPARENT");
|
||||
|
||||
return (sb == null ? null : sb.ToString());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue