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 /Rules.mk | |
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 'Rules.mk')
-rw-r--r-- | Rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ALL_OBJS = $(OBJS) $(MOC_OBJS) # Files for using Qt Creator CREATOR_FILES = $(NAME).config $(NAME).creator $(NAME).files $(NAME).includes -all: $(NAME) doc +all: $(TARGET) doc $(TARGET): gen_version_file $(ALL_OBJS) $(MSGOBJS) $(INFOPLIST) @$(PRETTYECHO) ' LINK' $(TARGET) |