only use archive_entry_copy_bhfi.c on windows so we don't get empty .o file warnings

This commit is contained in:
Bill Hoffman 2009-10-30 17:01:49 -04:00
parent 4e123ec1b1
commit 7a35b9ba3a
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ SET(libarchive_SOURCES
archive_entry.c
archive_entry.h
archive_entry_copy_stat.c
archive_entry_copy_bhfi.c
# archive_entry_copy_bhfi.c
archive_entry_link_resolver.c
archive_entry_private.h
archive_entry_stat.c
@ -105,7 +105,7 @@ SET(libarchive_MANS
)
IF(WIN32 AND NOT CYGWIN)
# LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
LIST(APPEND libarchive_SOURCES archive_windows.c)
LIST(APPEND libarchive_SOURCES archive_windows.h)
LIST(APPEND libarchive_SOURCES filter_fork_windows.c)