mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
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>
This commit is contained in:
parent
8efd63b233
commit
1e0bc8a1ab
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ configure $(CONFIGURE): Configure.mk
|
||||||
LIBDIVECOMPUTERDIR = $(LIBDIVECOMPUTERDIR)\\\
|
LIBDIVECOMPUTERDIR = $(LIBDIVECOMPUTERDIR)\\\
|
||||||
LIBDIVECOMPUTERCFLAGS = $(LIBDIVECOMPUTERCFLAGS)\\\
|
LIBDIVECOMPUTERCFLAGS = $(LIBDIVECOMPUTERCFLAGS)\\\
|
||||||
LIBDIVECOMPUTER = $(LIBDIVECOMPUTER)\\\
|
LIBDIVECOMPUTER = $(LIBDIVECOMPUTER)\\\
|
||||||
|
LIBWINSOCK = $(LIBWINSOCK)\\\
|
||||||
|
LDFLAGS = $(LDFLAGS)\\\
|
||||||
|
RESFILE = $(RESFILE)\\\
|
||||||
LIBQT = $(LIBQT)\\\
|
LIBQT = $(LIBQT)\\\
|
||||||
QTCXXFLAGS = $(QTCXXFLAGS)\\\
|
QTCXXFLAGS = $(QTCXXFLAGS)\\\
|
||||||
MOC = $(MOC)\\\
|
MOC = $(MOC)\\\
|
||||||
|
|
Loading…
Add table
Reference in a new issue