From 00035235ebc8dddc4eec325446b0de6a32f8f24a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 9 Apr 2021 13:41:19 -0400 Subject: [PATCH] Update map65.pro and Makefile for new location of sources in the wsjtx project. --- map65/libm65/Makefile | 3 ++- map65/map65.pro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/map65/libm65/Makefile b/map65/libm65/Makefile index 0cc9fc36a..810f09e1f 100644 --- a/map65/libm65/Makefile +++ b/map65/libm65/Makefile @@ -74,7 +74,8 @@ LIBS3 = -L'C:/JTSDK/Qt55/5.5/mingw492_32/lib' -lQt5Core m65.exe: $(OBJS3) libm65.a $(CXX) -o m65.exe $(OBJS3) $(LIBS3) libm65.a ../libfftw3f_win.a \ -lgfortran - cp m65.exe ../../map65_install +# cp m65.exe ../../map65_install + cp m65.exe /c/MAP65_2.9 OBJS7 = astrosub.o astro0.o astro.o tm2.o grid2deg.o sun.o moondop.o \ coord.o dot.o moon2.o tmoonsub.o toxyz.o geocentric.o \ diff --git a/map65/map65.pro b/map65/map65.pro index 6bf3e8a96..83862ada8 100644 --- a/map65/map65.pro +++ b/map65/map65.pro @@ -13,7 +13,7 @@ TARGET = map65 VERSION = 2.5.0 TEMPLATE = app DEFINES = QT5 -DESTDIR = ../map65_install +DESTDIR = /MAP65_2.9 F90 = gfortran gfortran.output = ${QMAKE_FILE_BASE}.o