mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
c470611cc9
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
8 lines
401 B
Plaintext
8 lines
401 B
Plaintext
gfortran -o twq -Wall -Wno-conversion -fbounds-check twq.f90 \
|
|
../packjt.f90 wqenc.f90 wqdec.f90 packprop.f90 \
|
|
packname.f90 packtext2.f90 unpackprop.f90 unpackname.f90 \
|
|
unpacktext2.f90 unpackpfx.f90 pack50.f90 unpack50.f90 \
|
|
../hash.f90 ../deg2grid.f90 ../grid2deg.f90 \
|
|
../fix_contest_msg.f90 ../to_contest_msg.f90 \
|
|
../fmtmsg.f90 ../azdist.f90 ../geodist.f90 ../wsprd/nhash.c
|
|
|