Really really fix MSVC this time.

svn path=/trunk/; revision=67440
This commit is contained in:
Daniel Reimer 2015-04-26 17:09:11 +00:00
parent aa76a2c168
commit 1d2cb78a6c

View file

@ -10,5 +10,7 @@ add_library(dxtn SHARED
set_entrypoint(dxtn 0) set_entrypoint(dxtn 0)
add_importlibs(dxtn msvcrt) add_importlibs(dxtn msvcrt)
add_compile_flags("-Wno-unused-but-set-variable") if(NOT MSVC)
add_target_compile_flags(dxtn "-Wno-unused-but-set-variable")
endif()
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all) add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)