[longomatch] Update windows build/deploy scripts



commit 8d3f2f56a0fd80de6a3f231b4389c140370c2e5e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Mar 29 21:08:38 2010 +0200

    Update windows build/deploy scripts

 Makefile.win32        |   20 ++++++++++++++++----
 win32/deploy_win32.py |    2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.win32 b/Makefile.win32
index 81329ff..86caf9e 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -17,8 +17,13 @@ CSC = $(MONO_INSTALL_PATH)/bin/gmcs
 
 # i18n
 FILES = \
-	es.po \
-	de.po
+	cs.po\
+	da.po\
+	de.po\
+	es.po\
+	nb.po\
+	sl.po\
+	sv.po
 
 MO_FILES = $(foreach po,$(FILES), $(LOCALE_DIR)/$(basename $(po))/LC_MESSAGES/longomatch.mo)
 GMO_FILES = $(patsubst %.po, $(BUILD_DIR)/%.gmo,$(FILES))
@@ -77,8 +82,10 @@ CESARPLAYER_FILES = \
 	Utils/FramesCapturer.cs \
 	Utils/IMetadataReader.cs \
 	Utils/TimeString.cs \
+	Capturer/FakeCapturer.cs \
 	Capturer/GccAudioEncoderType.cs \
 	Capturer/GccError.cs \
+	Capturer/GccType.cs \
 	Capturer/GccVideoEncoderType.cs \
 	Capturer/GccVideoMuxerType.cs \
 	Capturer/GstCameraCapturer.cs \
@@ -159,9 +166,11 @@ LONGOMATCH_FILES = \
 	gtk-gui/LongoMatch.Gui.Component.TeamTemplateWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs \
+	gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.EditCategoryDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.EditPlayerDialog.cs \
+	gtk-gui/LongoMatch.Gui.Dialog.EndCaptureDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.FramesCaptureProgressDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs \
@@ -200,9 +209,11 @@ LONGOMATCH_FILES = \
 	Gui/Component/TimeLineWidget.cs \
 	Gui/Component/TimeReferenceWidget.cs \
 	Gui/Component/TimeScale.cs \
+	Gui/Dialog/BusyDialog.cs \
 	Gui/Dialog/DrawingTool.cs \
 	Gui/Dialog/EditCategoryDialog.cs \
 	Gui/Dialog/EditPlayerDialog.cs \
+	Gui/Dialog/EndCaptureDialog.cs \
 	Gui/Dialog/EntryDialog.cs \
 	Gui/Dialog/FramesCaptureProgressDialog.cs \
 	Gui/Dialog/HotKeySelectorDialog.cs \
@@ -252,7 +263,8 @@ LONGOMATCH_FILES = \
 	Time/Time.cs \
 	Time/TimeNode.cs \
 	Updates/Updater.cs \
-	Updates/XmlUpdateParser.cs
+	Updates/XmlUpdateParser.cs\
+	Utils/ProjectUtils.cs
 
 LONGOMATCH_RESOURCES = \
 	-resource:./gtk-gui/objects.xml \
@@ -264,7 +276,7 @@ LONGOMATCH_RESOURCES = \
 	-resource:./images/stock_draw-rectangle-unfilled.png,stock_draw-rectangle-unfilled.png\
 	-resource:./images/stock_draw-freeform-line.png,stock_draw-freeform-line.png\
 	-resource:./images/camera-video.png,camera-video.png\
-	-resource:./images/video.png,video.png\
+	-resource:./images/video.png,video.png
 
 
 LONGOMATCH_REFERENCES = \
diff --git a/win32/deploy_win32.py b/win32/deploy_win32.py
index 3cfa9b8..cc3876c 100644
--- a/win32/deploy_win32.py
+++ b/win32/deploy_win32.py
@@ -40,7 +40,7 @@ MONO_DEPS = ['mono.dll', 'MonoPosixHelper.dll', 'pangosharpglue-2.dll', 'gtkshar
 
 IMAGES = ['background.png', 'longomatch.png']
 
-LINGUAS = ['es', 'de']
+LINGUAS = ['cs', 'da', 'de', 'es', 'nb', 'sl', 'sv']
 
 # Set-up working folder
 root_dir = os.path.abspath(os.path.join(os.getcwd(), '..'))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]