Don't run checkapi on .rc files.

Change-Id: I75879bfcd0d9706523447146b16c319d3eb56d23
Reviewed-on: https://code.wireshark.org/review/6361
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-01-07 02:17:14 -08:00
parent 9696eb66db
commit 50a9863506
1 changed files with 3 additions and 0 deletions

View File

@ -998,6 +998,8 @@ if(WIN32)
ui/win32/console_win32.c
ui/win32/file_dlg_win32.c
ui/win32/print_win32.c
)
set(PLATFORM_UI_RC_FILES
image/file_dlg_win32.rc
)
endif()
@ -1157,6 +1159,7 @@ if( (BUILD_wireshark AND QT_FOUND) OR (BUILD_wireshark_gtk AND GTK_FOUND) )
set(wireshark_FILES
${WIRESHARK_SRC}
image/wireshark.rc
${PLATFORM_UI_RC_FILES}
)
endif()