diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-04-24 17:02:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-24 17:03:58 -0700 |
commit | 1e0bc8a1ab5d124445786266ad916744b1368986 (patch) | |
tree | e40bf9f7996f0ce2596639320426cf46a02f02ec | |
parent | 8efd63b233df833d191b35adcc5ce58598367dbc (diff) | |
download | subsurface-1e0bc8a1ab5d124445786266ad916744b1368986.tar.gz |
Fix building for Windows: cache the Windows-specific variables
Otherwise, we won't link to winsock or set the subsystem correctly.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Configure.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure.mk b/Configure.mk index de4c0b0d8..96508c65c 100644 --- a/Configure.mk +++ b/Configure.mk @@ -131,6 +131,9 @@ configure $(CONFIGURE): Configure.mk LIBDIVECOMPUTERDIR = $(LIBDIVECOMPUTERDIR)\\\ LIBDIVECOMPUTERCFLAGS = $(LIBDIVECOMPUTERCFLAGS)\\\ LIBDIVECOMPUTER = $(LIBDIVECOMPUTER)\\\ + LIBWINSOCK = $(LIBWINSOCK)\\\ + LDFLAGS = $(LDFLAGS)\\\ + RESFILE = $(RESFILE)\\\ LIBQT = $(LIBQT)\\\ QTCXXFLAGS = $(QTCXXFLAGS)\\\ MOC = $(MOC)\\\ |