mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-07 00:12:32 -04:00
Merged from trunk:
------------------------------------------------------------------------ r7870 | k9an | 2017-07-14 00:23:05 +0100 (Fri, 14 Jul 2017) | 1 line Don't build obsolete utility ft8d.f90. ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7912 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2bd522d095
commit
b3fdb0a34c
@ -434,7 +434,6 @@ set (wsjt_FSRCS
|
||||
lib/freqcal.f90
|
||||
lib/fsk4hf/fsk4hf.f90
|
||||
lib/fsk4hf/ft8b.f90
|
||||
lib/fsk4hf/ft8d.f90
|
||||
lib/fsk4hf/ft8_downsample.f90
|
||||
lib/fsk4hf/ft8sim.f90
|
||||
lib/gen4.f90
|
||||
@ -1199,9 +1198,6 @@ target_link_libraries (ldpcsim168 wsjt_fort wsjt_cxx)
|
||||
add_executable (fsk4hf lib/fsk4hf/fsk4hf.f90 wsjtx.rc)
|
||||
target_link_libraries (fsk4hf wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (ft8d lib/fsk4hf/ft8d.f90 wsjtx.rc)
|
||||
target_link_libraries (ft8d wsjt_fort wsjt_cxx)
|
||||
|
||||
add_executable (ft8sim lib/fsk4hf/ft8sim.f90 wsjtx.rc)
|
||||
target_link_libraries (ft8sim wsjt_fort wsjt_cxx)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user