Author: tkreuzer Date: Tue Jan 11 15:17:35 2011 New Revision: 50356
URL: http://svn.reactos.org/svn/reactos?rev=50356&view=rev Log: [CRT] Remove deprecated <if>.
Modified: trunk/reactos/lib/sdk/crt/crt.rbuild
Modified: trunk/reactos/lib/sdk/crt/crt.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.rbuild?rev=... ============================================================================== --- trunk/reactos/lib/sdk/crt/crt.rbuild [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/crt.rbuild [iso-8859-1] Tue Jan 11 15:17:35 2011 @@ -27,8 +27,6 @@ <define name="_MT" /> <define name="_CRTBLD" />
- <if property="NEWSPRINTF" value="1"> - <define name="USE_NEW_SPRINTF" /> <directory name="printf"> <file>_cprintf.c</file> <file>_snprintf.c</file> @@ -51,7 +49,6 @@ <file>wprintf.c</file> <file>wstreamout.c</file> </directory> - </if>
<directory name="conio"> <file>cgets.c</file>