From 7b1b59f1c50542740edfe3f068a908eeeb441e6d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 12 Jul 2007 14:26:18 +0000 Subject: [PATCH] Fixed Makefile.win. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@499 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.win | 2 +- map65.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 856323d1a..815ffcef8 100644 --- a/Makefile.win +++ b/Makefile.win @@ -18,7 +18,7 @@ SRCS2F90 = a2d.f90 astro0.f90 audio_init.f90 azdist0.f90 \ runqqq.f90 fivehz.f90 flushqqq.f90 \ rfile.f90 rfile3a.f90 spec.f90 map65a.F90 display.F90 \ getfile.f90 getfile2.f90 recvpkt.f90 savetf2.F90 \ - symspec.f90 sec_midn.F90 + symspec.f90 sec_midn.F90 getdphi.f90 SRCSCOM = datcom.f90 gcom1.f90 gcom2.f90 gcom3.f90 gcom4.f90 spcom.f90 diff --git a/map65.py b/map65.py index f81fd7cd1..d3bff22b9 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------- MAP65 +#--------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import *