[chronojump] Minor fixes to win32 makefile
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor fixes to win32 makefile
- Date: Thu, 14 Apr 2011 00:47:08 +0000 (UTC)
commit edf2b1358c25e7867ee6b47133c595f52b1b7f59
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Apr 14 02:17:43 2011 +0200
Minor fixes to win32 makefile
Makefile.win32 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.win32 b/Makefile.win32
index 3c1aec9..c9101a0 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -388,12 +388,14 @@ CHRONOJUMP_MINI_REFERENCES = \
.PHONY: all all-before all-after clean clean-custom
-all: all-before ${GMO_FILES} ${LIBCESARPLAYER} $(CHRONOJUMP) $(CHRONOJUMP_MINI) all-after
+all: all-before ${GMO_FILES} ${LIBCESARPLAYER} ${CESARPLAYER} $(CHRONOJUMP) $(CHRONOJUMP_MINI) all-after
install: $(LIBCESARPLAYER) ${MO_FILES} bundle
+ cp $(LIBCESARPLAYER) ${DIST_DIR}/bin
+ cp ${CESARPLAYER} ${DIST_DIR}/bin
clean: clean-custom
- ${RM} $(CHRONOJUMP) $(CHRONOJUMP_MINI) $(GMO_FILES) $(BUILD_DIR)/temp* $(BUILD_DIR)/logo.o
+ ${RM} ${CESARPLAYER} ${LIBCESARPLAYER} $(CHRONOJUMP) $(CHRONOJUMP_MINI) $(GMO_FILES) $(BUILD_DIR)/temp* $(BUILD_DIR)/logo.o
bundle: $(CHRONOJUMP) $(CHRONOJUMP_MINI)
cd $(BUILD_DIR) && ${BASH} $(BUNDLE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]