Remove remnants of g_spawn_helper support

Change-Id: I88121a280ff01a889daeda438b308380b6ea0703
Reviewed-on: https://code.wireshark.org/review/16303
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-07-05 16:21:01 +02:00
parent d2456988df
commit bed9d187ba
2 changed files with 0 additions and 16 deletions

View File

@ -1420,20 +1420,6 @@ if(WIN32)
)
endforeach(_dll)
# Don't overwrite an exe if it's already there. We don't want to
# clobber any previous code signing.
file(GLOB _gspawn_helpers
RELATIVE "${GLIB2_DLL_DIR}"
"${GLIB2_DLL_DIR}/gspawn*.exe"
)
foreach(_gspawn_helper ${_gspawn_helpers})
add_custom_command(TARGET copy_cli_dlls PRE_BUILD
COMMAND if not exist \"${_dll_output_dir_win}\\${_gspawn_helper}\" xcopy ${_gspawn_helper} "${_dll_output_dir_win}" /D /Y
WORKING_DIRECTORY "${GLIB2_DLL_DIR}"
)
endforeach()
# Optional
if (AIRPCAP_FOUND)
add_custom_command(TARGET copy_cli_dlls PRE_BUILD

View File

@ -116,8 +116,6 @@ $SoftBins = (
"libxml2-2.dll",
# The x64 ones that are different
"comerr64.dll",
"gspawn-win64-helper-console.exe",
"gspawn-win64-helper.exe",
"k5sprt64.dll",
"krb5_64.dll",
"libgcc_s_seh-1.dll",