summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt14
-rw-r--r--tools/Get-HardenFlags.ps12
2 files changed, 0 insertions, 16 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bfaf68943..0cbe2ed489 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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
diff --git a/tools/Get-HardenFlags.ps1 b/tools/Get-HardenFlags.ps1
index 665d1eb9a9..7503f13826 100644
--- a/tools/Get-HardenFlags.ps1
+++ b/tools/Get-HardenFlags.ps1
@@ -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",