mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[WINHLP32]
* We don't need to allow warnings in GCC builds anymore. svn path=/trunk/; revision=62047
This commit is contained in:
parent
8d228b4059
commit
f572196910
1 changed files with 0 additions and 6 deletions
|
@ -20,9 +20,3 @@ set_module_type(winhlp32 win32gui)
|
||||||
target_link_libraries(winhlp32 wine)
|
target_link_libraries(winhlp32 wine)
|
||||||
add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll)
|
add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll)
|
||||||
add_cd_file(TARGET winhlp32 DESTINATION reactos FOR all)
|
add_cd_file(TARGET winhlp32 DESTINATION reactos FOR all)
|
||||||
|
|
||||||
if(NOT MSVC)
|
|
||||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
|
||||||
#allow_warnings(winhlp32)
|
|
||||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
|
|
||||||
endif()
|
|
||||||
|
|
Loading…
Reference in a new issue