Skip to content

Commit 0f7e499

Browse files
committed
Remove h2synth
The functionality of h2synth is nowadays provided by h2cli.
1 parent d162754 commit 0f7e499

File tree

3 files changed

+2
-98
lines changed

3 files changed

+2
-98
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,10 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Hydrogen")
386386
IF(MINGW)
387387
#Set the other files that will be used in CPack
388388
SET(WIN64 "OFF" CACHE BOOL "Windows 64 Bit")
389-
SET(CPACK_STRIP_FILES "${WINDOWS_DIR}/src/cli/h2cli.exe" "${WINDOWS_DIR}/src/gui/hydrogen.exe" "${WINDOWS_DIR}/src/player/h2player.exe" "${WINDOWS_DIR}/src/synth/h2synth.exe")
389+
SET(CPACK_STRIP_FILES "${WINDOWS_DIR}/src/cli/h2cli.exe" "${WINDOWS_DIR}/src/gui/hydrogen.exe" "${WINDOWS_DIR}/src/player/h2player.exe")
390390
#Program Files for Hydrogen
391391
SET(WINDOWS_DIR "windows")
392-
INSTALL(FILES "${WINDOWS_DIR}/src/cli/h2cli.exe" "${WINDOWS_DIR}/src/core/libhydrogen-core-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.dll" "${WINDOWS_DIR}/src/gui/hydrogen.exe" "${WINDOWS_DIR}/src/player/h2player.exe" "${WINDOWS_DIR}/src/synth/h2synth.exe" DESTINATION ./)
392+
INSTALL(FILES "${WINDOWS_DIR}/src/cli/h2cli.exe" "${WINDOWS_DIR}/src/core/libhydrogen-core-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.dll" "${WINDOWS_DIR}/src/gui/hydrogen.exe" "${WINDOWS_DIR}/src/player/h2player.exe" DESTINATION ./)
393393
#Install files from the extralibs dir
394394
INSTALL(DIRECTORY ${WINDOWS_DIR}/extralibs/ DESTINATION ./)
395395

src/synth/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/synth/main.cpp

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)