From 73768298b5df16dd6c19817c51855b05ae5c8a8b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 3 Oct 2012 00:38:42 +0000 Subject: [PATCH] Update the Makefile. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2630 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- libm65/Makefile.MinGW | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libm65/Makefile.MinGW b/libm65/Makefile.MinGW index 9a1c2f2e4..67c9e1b49 100644 --- a/libm65/Makefile.MinGW +++ b/libm65/Makefile.MinGW @@ -37,7 +37,7 @@ OBJS1 = trimlist.o display.o getdphi.o pctile.o ccf65.o \ lenmsk.o decodemsk.o ping.o makepings.o alignmsg.o match.o \ rtping.o jtmsk.o hipass.o setupmsk.o foldmsk.o genjt9.o \ packbits.o unpackbits.o encode232.o interleave9.o entail.o \ - fano232.o spec9.o + fano232.o spec9.o decode9.o libm65.a: $(OBJS1) ar cr libm65.a $(OBJS1) diff --git a/mainwindow.cpp b/mainwindow.cpp index b4b246613..48d16902e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"