From 7f35cd847cb9b59ac7951f8fef514e79ff09d131 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 13 Apr 2014 19:20:56 +0000 Subject: [PATCH] More legacy make file maintenance. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4021 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjtx.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsjtx.pro b/wsjtx.pro index 56729b179..7a39f0d21 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -124,6 +124,6 @@ LIBS += -L$(HAMLIB_DIR)/lib -lhamlib #LIBS += -L$(HAMLIB_DIR)/lib -lhamlib LIBS += -L./lib -lastro -ljt9 LIBS += -L. -lfftw3f_win -LIBS += -lwsock32 +LIBS += -lws2_32 LIBS += $$system($$F90 -print-file-name=libgfortran.a) }