[longomatch] Update windows makefiles



commit 9521f437d422277aa5e60e8b99b941c73244f77c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Feb 6 14:12:04 2012 +0100

    Update windows makefiles

 LongoMatch.Addins.COE/Makefile.win32 |    6 ++++--
 Makefile.win32                       |    7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.Addins.COE/Makefile.win32 b/LongoMatch.Addins.COE/Makefile.win32
index 8f2cfaa..e5605b2 100644
--- a/LongoMatch.Addins.COE/Makefile.win32
+++ b/LongoMatch.Addins.COE/Makefile.win32
@@ -10,9 +10,11 @@ LONGOMATCH_ADDINS_COE=${BUILD_DIR}/LongoMatch.Addins.COE.dll
 LONGOMATCH_ADDINS_COE_FILES = \
 	Assembly.cs \
        	ExcelExporter.cs \
+	GameUnitsEnabler.cs \
+	GameUnitsStatsSheet.cs \
 	ProjectStatsSheet.cs \
-	TeamStatsSheets.cs \
-      	GameUnitsEnabler.cs
+	TeamStatsSheet.cs \
+	TimelineSheet.cs 
 
 LONGOMATCH_ADDINS_COE_REFERENCES = \
 	-r:System \
diff --git a/Makefile.win32 b/Makefile.win32
index 43d7683..423e64c 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -116,7 +116,10 @@ LONGOMATCH_CORE_FILES = \
 	Interfaces/ITemplatesService.cs \
 	Interfaces/ITimelineNode.cs \
 	Stats/CategoryStats.cs \
+	Stats/GameUnitStats.cs \
+	Stats/GameUnitsStats.cs \
 	Stats/PercentualStat.cs \
+	Stats/PlayersStats.cs \
 	Stats/ProjectStats.cs \
 	Stats/Stat.cs \
 	Stats/SubCategoryStat.cs \
@@ -169,6 +172,7 @@ LONGOMATCH_GUI_FILES = \
 	gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs \
 	gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs \
+	gtk-gui/LongoMatch.Gui.Component.PlayersTagger.cs \
 	gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs \
@@ -188,7 +192,6 @@ LONGOMATCH_GUI_FILES = \
 	gtk-gui/LongoMatch.Gui.Dialog.HotKeySelectorDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs \
-	gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.RenderingJobsDialog.cs \
@@ -220,6 +223,7 @@ LONGOMATCH_GUI_FILES = \
 	Gui/Component/PlayerProperties.cs \
 	Gui/Component/PlayersListTreeWidget.cs \
 	Gui/Component/PlayersTaggerWidget.cs \
+	Gui/Component/PlayersTagger.cs \
 	Gui/Component/PlayListWidget.cs \
 	Gui/Component/PlaysListTreeWidget.cs \
 	Gui/Component/ProjectDetailsWidget.cs \
@@ -245,7 +249,6 @@ LONGOMATCH_GUI_FILES = \
 	Gui/Dialog/HotKeySelectorDialog.cs \
 	Gui/Dialog/NewProjectDialog.cs \
 	Gui/Dialog/OpenProjectDialog.cs \
-	Gui/Dialog/PlayersSelectionDialog.cs \
 	Gui/Dialog/ProjectSelectionDialog.cs \
 	Gui/Dialog/ProjectsManager.cs \
 	Gui/Dialog/RenderingJobsDialog.cs \



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