- fix msvc build

svn path=/trunk/; revision=53592
This commit is contained in:
Jérôme Gardou 2011-09-04 21:06:02 +00:00
parent b8e2175f8e
commit 9a5598685c

View file

@ -50,7 +50,8 @@ add_executable(kernel32_winetest ${SOURCE})
target_link_libraries(kernel32_winetest wine)
set_module_type(kernel32_winetest win32cui)
add_importlibs(kernel32_winetest user32 advapi32 msvcrt kernel32 ntdll)
allow_warnings(kernel32_winetest)
if(NOT MSVC)
allow_warnings(kernel32_winetest)
endif()
add_cd_file(TARGET kernel32_winetest DESTINATION reactos/bin FOR all)