aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-17 15:05:10 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-17 15:05:10 -0400
commitb473604ee8a86ca963fd9faafaf0bfc0125bf652 (patch)
tree35fb21e3f52a1f8ac06c04540fd0a4ca6e608534 /Makefile
parenta7ceb695f57a88d280719c4763c8d5eb4b6ab03e (diff)
downloadsubsurface-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17c553f3c..4a3f6f86c 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ else
NSIFILE = $(WINDOWSSTAGING)/$(NAME).nsi
MAKENSIS = makensis
XSLTDIR = .\\xslt
+ TARGET = $(NAME).exe
endif
LIBS = $(LIBQT) $(LIBXML2) $(LIBXSLT) $(LIBSQLITE3) $(LIBGCONF2) $(LIBDIVECOMPUTER) \