mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 08:54:41 -04:00
Adjusted the code to make it compile and run under Linux.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3074 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ OBJS1 = pctile.o graycode.o sort.o ssort.o \
|
||||
fil3.o redsync.o decoder.o grid2n.o n2grid.o timer.o \
|
||||
decode9a.o peakdt9.o getlags.o afc9.o fchisq.o \
|
||||
twkfreq.o downsam9.o symspec2.o ipcomm.o sleep_msec.o \
|
||||
stdmsg.o
|
||||
stdmsg.o sec_midn.o cutil.o
|
||||
|
||||
libjt9.a: $(OBJS1)
|
||||
ar cr libjt9.a $(OBJS1)
|
||||
@@ -38,7 +38,7 @@ libjt9.a: $(OBJS1)
|
||||
OBJS2 = jt9.o jt9a.o
|
||||
|
||||
jt9: $(OBJS2) libjt9.a
|
||||
g++ -o jt9 $(OBJS2) -lQtCore libjt9.a -lfftw3f -lgfortran
|
||||
g++ -o jt9 $(OBJS2) libjt9.a -lfftw3f -lgfortran -lQtCore
|
||||
cp jt9 ../../wsjtx_install
|
||||
|
||||
OBJS3 = jt9sim.o
|
||||
|
||||
Reference in New Issue
Block a user