From d9466bc852262df680de042e6ca3835f2e5504ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 10 Jan 2007 19:57:52 +0000 Subject: [PATCH] Move up wpp include, as it is needed by widl svn path=/trunk/; revision=25418 --- reactos/tools/tools.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/tools.mak b/reactos/tools/tools.mak index 1ef5a123eaf..cbc5f417af7 100644 --- a/reactos/tools/tools.mak +++ b/reactos/tools/tools.mak @@ -56,8 +56,8 @@ include tools/rgenstat/rgenstat.mak include tools/rsym.mak include tools/sysreg/sysreg.mak include tools/unicode/unicode.mak +include tools/wpp/wpp.mak include tools/widl/widl.mak include tools/winebuild/winebuild.mak include tools/wmc/wmc.mak -include tools/wpp/wpp.mak include tools/wrc/wrc.mak \ No newline at end of file