[gbrainy] Remove legacy proof of concept from xml to assembly



commit a8d4ae2d60a732b1be8296657ed7abc49eef063a
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Aug 25 20:22:04 2022 +0200

    Remove legacy proof of concept from xml to assembly

 tools/GameTemplate.cs      |  44 ------
 tools/GameXmlToAssembly.cs | 325 ---------------------------------------------
 tools/Makefile.am          |  11 +-
 3 files changed, 1 insertion(+), 379 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9dfe9361..6e121256 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -12,9 +12,6 @@ GAMESSTATISTICS_CSFILES = \
        $(srcdir)/Defines.cs    \
        $(srcdir)/GamesStatistics.cs
 
-GAMEXMLTOASSEMBLY_CSFILES = \
-       $(srcdir)/GameXmlToAssembly.cs
-
 
 ASSEMBLIES = \
        -r:../src/gbrainy.Core.dll      \
@@ -32,11 +29,6 @@ TranslationsChecker.exe: $(TRANSLATIONSCHECKER_CSFILES)
 GamesStatistics.exe: $(GAMESSTATISTICS_CSFILES)
                $(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(GAMESSTATISTICS_CSFILES) $(ASSEMBLIES)
 
-GameXmlToAssembly.exe: $(GAMEXMLTOASSEMBLY_CSFILES) ../data/games.xml GameTemplate.cs
-                  $(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(GAMEXMLTOASSEMBLY_CSFILES) $(ASSEMBLIES)
-                  export MONO_PATH=../src && $(MONO) $@
-
-
 all: GameXmlToGetString.exe
 
 run-stats:     GamesStatistics.exe
@@ -46,8 +38,7 @@ EXTRA_DIST = $(GAMESXMLSTRINGS_CSFILES) $(srcdir)/GameXmlGetStringTemplate.cs  $
 
 CLEANFILES = GameXmlToGetString.exe \
                GameXmlGetString.cs \
-               GamesStatistics.exe \
-               GameXmlToAssembly.exe
+               GamesStatistics.exe
 
 DISTCLEANFILES =                               \
        Makefile


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