From 7636e2ea777db3f2039623d7cb6e47e6f1f514b4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 1 Dec 2013 16:17:22 +0000 Subject: [PATCH] [PROPSYS_WINETEST] * Improve build. svn path=/trunk/; revision=61185 --- rostests/winetests/propsys/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/rostests/winetests/propsys/CMakeLists.txt b/rostests/winetests/propsys/CMakeLists.txt index cdd0824979c..e187f99fa3c 100644 --- a/rostests/winetests/propsys/CMakeLists.txt +++ b/rostests/winetests/propsys/CMakeLists.txt @@ -1,7 +1,5 @@ -add_definitions(-D__ROS_LONG64__) add_executable(propsys_winetest propstore.c propsys.c testlist.c) -target_link_libraries(propsys_winetest wine) set_module_type(propsys_winetest win32cui) add_importlibs(propsys_winetest propsys ole32 oleaut32 msvcrt kernel32 ntdll) add_cd_file(TARGET propsys_winetest DESTINATION reactos/bin FOR all)