From: Sylvain Petreolle Date: Sat, 24 Oct 2015 12:30:42 +0000 (+0000) Subject: [CONFIGURE] X-Git-Tag: ReactOS-0.4.0~380 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4a8d75d6ba277a0a6762ebba49eaea6945d174ed [CONFIGURE] NEW_STYLE_BUILD is used for official builds. Enable it. svn path=/trunk/; revision=69675 --- diff --git a/reactos/configure.cmd b/reactos/configure.cmd index e3c7873ccea..cca0412e481 100755 --- a/reactos/configure.cmd +++ b/reactos/configure.cmd @@ -80,7 +80,7 @@ if not defined ARCH ( exit /b ) -set NEW_STYLE_BUILD=0 +set NEW_STYLE_BUILD=1 REM Parse command line parameters :repeat