mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DXTN]
Really really fix MSVC this time. svn path=/trunk/; revision=67440
This commit is contained in:
+3
-1
@@ -10,5 +10,7 @@ add_library(dxtn SHARED
|
||||
|
||||
set_entrypoint(dxtn 0)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user