From bfef8930e0039dffda685971a61e1531eaed7238 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 1 Apr 2012 17:32:55 +0000 Subject: [PATCH] [USER32_WSPRINTF] * Add a missing dependency on psdk, revealed by the previous commit. svn path=/trunk/; revision=56306 --- reactos/lib/sdk/crt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/lib/sdk/crt/CMakeLists.txt b/reactos/lib/sdk/crt/CMakeLists.txt index 33f0ffa36f9..a050cabc531 100644 --- a/reactos/lib/sdk/crt/CMakeLists.txt +++ b/reactos/lib/sdk/crt/CMakeLists.txt @@ -37,6 +37,7 @@ add_library(user32_wsprintf string/mbstowcs_nt.c string/wcstombs_nt.c) +add_dependencies(user32_wsprintf psdk) add_target_compile_definitions(user32_wsprintf _USER32_WSPRINTF) add_library(getopt misc/getopt.c)