mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@348 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
883e93b54a
commit
61d1fda7b3
@ -5,7 +5,7 @@ FC = df
|
|||||||
#To do bounds checking (with useless reports) put "/check:all" in the
|
#To do bounds checking (with useless reports) put "/check:all" in the
|
||||||
# --opt= line below (line 56, more or less ...)
|
# --opt= line below (line 56, more or less ...)
|
||||||
#FFLAGS = /traceback /check:all
|
#FFLAGS = /traceback /check:all
|
||||||
FFLAGS = /traceback /fast /nologo
|
FFLAGS = /traceback /fast /nologo /check:all
|
||||||
|
|
||||||
all: MAP65.EXE
|
all: MAP65.EXE
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ F2PYONLY = ftn_init ftn_quit audio_init getfile azdist0 astro0 \
|
|||||||
|
|
||||||
SRCS2F90 = a2d.f90 astro0.f90 audio_init.f90 azdist0.f90 \
|
SRCS2F90 = a2d.f90 astro0.f90 audio_init.f90 azdist0.f90 \
|
||||||
decode1.f90 ftn_init.f90 ftn_quit.f90 wsjtgen.f90 \
|
decode1.f90 ftn_init.f90 ftn_quit.f90 wsjtgen.f90 \
|
||||||
runqqq.f90 fivehz.f90 flushqqq.f90 sysqqq.f90 map65a0.f90 \
|
runqqq.f90 fivehz.f90 flushqqq.f90 map65a0.f90 \
|
||||||
rfile.f90 rfile3a.f90 spec.f90 map65a.f90
|
rfile.f90 rfile3a.f90 spec.f90 map65a.f90
|
||||||
|
|
||||||
SRCS2F77 = indexx.f gen65.f chkmsg.f \
|
SRCS2F77 = indexx.f gen65.f chkmsg.f \
|
||||||
|
Loading…
Reference in New Issue
Block a user