Skip to content

Commit

Permalink
Updated Hamlib to v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Jul 6, 2021
1 parent 29db1bd commit b2b178e
Show file tree
Hide file tree
Showing 26 changed files with 3,279 additions and 1,067 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ IF (MSVC)
SET(LIQUID_INCLUDES "${PROJECT_SOURCE_DIR}/external/liquid-dsp/include/" CACHE STRING "Liquid-DSP include directory")
SET(LIQUID_LIBRARIES "${PROJECT_SOURCE_DIR}/external/liquid-dsp/msvc/${EX_PLATFORM}/libliquid.lib" CACHE STRING "Liquid-DSP Library")
SET(LIQUID_DLL "${PROJECT_SOURCE_DIR}/external/liquid-dsp/msvc/${EX_PLATFORM}/libliquid.dll" CACHE STRING "Liquid-DSP DLL")
SET(HAMLIB_DLLS "${PROJECT_SOURCE_DIR}/external/hamlib/${EX_PLATFORM}/libhamlib-2.dll" CACHE STRING "HAMLIB DLLS")
SET(HAMLIB_DLLS "${PROJECT_SOURCE_DIR}/external/hamlib/${EX_PLATFORM}/libhamlib-4.dll" CACHE STRING "HAMLIB DLLS")
ELSE (MSVC)
ADD_DEFINITIONS(
-std=c++0x
Expand Down
271 changes: 0 additions & 271 deletions external/hamlib/32/libhamlib-2.def

This file was deleted.

Binary file removed external/hamlib/32/libhamlib-2.dll
Binary file not shown.
Binary file removed external/hamlib/32/libhamlib-2.exp
Binary file not shown.
Binary file removed external/hamlib/32/libhamlib-2.lib
Binary file not shown.
Loading

0 comments on commit b2b178e

Please sign in to comment.