Update map65.pro and Makefile for new location of sources in the wsjtx project.

This commit is contained in:
Joe Taylor 2021-04-09 13:41:19 -04:00
parent faca845d89
commit 00035235eb
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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