From d6fd3dcb34b67207c61cdda41731317dd5fb0cb4 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 28 Feb 2004 15:12:28 +0000 Subject: [PATCH] - Add a notice about import library order. svn path=/trunk/; revision=8443 --- reactos/lib/shlwapi/Makefile.ros-template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/lib/shlwapi/Makefile.ros-template b/reactos/lib/shlwapi/Makefile.ros-template index 3ac99d3d78e..484eebff1a1 100644 --- a/reactos/lib/shlwapi/Makefile.ros-template +++ b/reactos/lib/shlwapi/Makefile.ros-template @@ -1,4 +1,4 @@ -# $Id: Makefile.ros-template,v 1.4 2004/02/26 16:19:17 navaraf Exp $ +# $Id: Makefile.ros-template,v 1.5 2004/02/28 15:12:28 navaraf Exp $ TARGET_NAME = shlwapi @@ -7,6 +7,8 @@ TARGET_OBJECTS = @C_SRCS@ TARGET_CFLAGS = -D__REACTOS__ @EXTRADEFS@ # FIXME: we don't do delayed imports yet so oleaut32.a is listed explicitly +# NOTE: msvcrt.a must be listed before ntdll.a, because sprintf that is +# exported from ntdll doesn't support printing of float types (%f) TARGET_SDKLIBS = @IMPORTS@ msvcrt.a oleaut32.a libwine.a wine_uuid.a libwine_unicode.a ntdll.a TARGET_NORC = yes