diff -r 3a31ca4b29c4 -r b8fa7dfeeaa1 sbsv2/raptor/lib/flm/win32stdexe.flm --- a/sbsv2/raptor/lib/flm/win32stdexe.flm Wed Aug 04 12:07:55 2010 +0100 +++ b/sbsv2/raptor/lib/flm/win32stdexe.flm Wed Oct 06 15:13:17 2010 +0100 @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -26,11 +26,14 @@ FIXED_EXPORT:= LFLAGS:=$(subst -nostdlib,-stdlib,$(LFLAGS)) LIBRARY:=$(LIBRARY) euser.lib backend.lib - +LIBRARY_DEBUG:=$(LIBRARY_DEBUG) euser.lib backend.lib + ifeq ($(WCHARENTRYPOINT),) LIBRARY:=$(LIBRARY) libcrt0.lib + LIBRARY_DEBUG:=$(LIBRARY_DEBUG) libcrt0.lib else LIBRARY:=$(LIBRARY) libwcrt0.lib + LIBRARY_DEBUG:=$(LIBRARY_DEBUG) libwcrt0.lib endif OPEN_ENVIRONMENT:=1