diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-17 15:05:10 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-17 15:05:10 -0400 |
commit | b473604ee8a86ca963fd9faafaf0bfc0125bf652 (patch) | |
tree | 35fb21e3f52a1f8ac06c04540fd0a4ca6e608534 /Makefile | |
parent | a7ceb695f57a88d280719c4763c8d5eb4b6ab03e (diff) | |
download | subsurface-b473604ee8a86ca963fd9faafaf0bfc0125bf652.tar.gz |
Update installer so we can cross-build for Windows
Marble doesn't work, yet (Google Maps aren't loaded), but at least
Subsurface starts under Windows with the installer built.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ else NSIFILE = $(WINDOWSSTAGING)/$(NAME).nsi MAKENSIS = makensis XSLTDIR = .\\xslt + TARGET = $(NAME).exe endif LIBS = $(LIBQT) $(LIBXML2) $(LIBXSLT) $(LIBSQLITE3) $(LIBGCONF2) $(LIBDIVECOMPUTER) \ |