From 723627e679b2cbc22fc5149261428e6932314901 Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Sat, 30 Sep 2006 02:54:20 +0000 Subject: [PATCH] Merge 24208, 24236, 24242, and 24259 from trunk. LiveCD fixes. svn path=/branches/ros-branch-0_3_1/; revision=24304 --- reactos/Makefile | 4 ++++ reactos/config.rbuild | 4 ++-- reactos/tools/buildno/buildno.cpp | 37 +++++++++++++++++++++++-------- reactos/tools/mkhive/cmi.c | 2 +- reactos/tools/mkhive/mkhive.mak | 2 +- reactos/tools/mkhive/registry.c | 4 ++-- reactos/tools/mkhive/rtl.c | 24 +++++++++++++++++--- reactos/tools/widl/widl.mak | 2 +- 8 files changed, 60 insertions(+), 19 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 8ec2925c90c..b35d99fcce8 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -152,11 +152,15 @@ ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32) ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys) export OSTYPE = msys HOST=mingw32-linux +CFLAGS+=-fshort-wchar +CPPFLAGS+=-fshort-wchar else HOST=mingw32-windows endif else HOST=mingw32-linux +CFLAGS+=-fshort-wchar +CPPFLAGS+=-fshort-wchar endif endif diff --git a/reactos/config.rbuild b/reactos/config.rbuild index f6678d2e32b..0f259c47349 100644 --- a/reactos/config.rbuild +++ b/reactos/config.rbuild @@ -44,14 +44,14 @@ - + - +