COMP: Do not build the file when wide char is not set since the file would be empty

This commit is contained in:
Andy Cedilnik 2005-04-21 09:33:15 -04:00
parent 755928d756
commit 9719bf0bdd
1 changed files with 6 additions and 1 deletions

View File

@ -93,9 +93,14 @@ SET(xmlrpc_SRCS
xmlrpc_struct.c
xmlrpc_strutil.c
xmlrpc_support.c
xmlrpc_utf8.c
casprintf.c
)
IF(HAVE_UNICODE_WCHAR)
SET(xmlrpc_SRCS
${xmlrpc_SRCS}
xmlrpc_utf8.c
)
ENDIF(HAVE_UNICODE_WCHAR)
IF(WIN32)
SET(xmlrpc_SRCS ${xmlrpc_SRCS}
win32_pthreads.c