mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Update map65.pro and Makefile for new location of sources in the wsjtx project.
This commit is contained in:
parent
faca845d89
commit
00035235eb
@ -74,7 +74,8 @@ LIBS3 = -L'C:/JTSDK/Qt55/5.5/mingw492_32/lib' -lQt5Core
|
|||||||
m65.exe: $(OBJS3) libm65.a
|
m65.exe: $(OBJS3) libm65.a
|
||||||
$(CXX) -o m65.exe $(OBJS3) $(LIBS3) libm65.a ../libfftw3f_win.a \
|
$(CXX) -o m65.exe $(OBJS3) $(LIBS3) libm65.a ../libfftw3f_win.a \
|
||||||
-lgfortran
|
-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 \
|
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 \
|
coord.o dot.o moon2.o tmoonsub.o toxyz.o geocentric.o \
|
||||||
|
@ -13,7 +13,7 @@ TARGET = map65
|
|||||||
VERSION = 2.5.0
|
VERSION = 2.5.0
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
DEFINES = QT5
|
DEFINES = QT5
|
||||||
DESTDIR = ../map65_install
|
DESTDIR = /MAP65_2.9
|
||||||
|
|
||||||
F90 = gfortran
|
F90 = gfortran
|
||||||
gfortran.output = ${QMAKE_FILE_BASE}.o
|
gfortran.output = ${QMAKE_FILE_BASE}.o
|
||||||
|
Loading…
Reference in New Issue
Block a user