Skip to content

Commit

Permalink
Updated Hamlib to v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Mar 3, 2021
1 parent 0b2b908 commit d2dedbb
Show file tree
Hide file tree
Showing 24 changed files with 2,674 additions and 791 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 d2dedbb

Please sign in to comment.