[gbrainy/jenkins] Assembly



commit 34f77c86f1d1196d73fc391ba4aaf440beca58da
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 22:26:57 2019 +0100

    Assembly

 tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6bc2c73..b59b8e9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,6 +34,7 @@ ASSEMBLIES = \
        $(NUNIT_LIBS)                   \
        $(MONO_ADDINS_LIBS)             \
        -r:$(top_builddir)/src/gbrainy.Core.dll \
+    -r:$(top_builddir)/src/gbrainy.Games.dll   \
        -r:$(top_builddir)/src/gbrainy.exe
 
 MONO_PATH = $(top_builddir)/src
@@ -47,7 +48,7 @@ $(CLASSICAL): $(CSFILES_CLASSICAL) $(top_builddir)/src/gbrainy.exe
        $(CSC) -out:$@ $(CSFLAGS) $(CSFILES_CLASSICAL) $(ASSEMBLIES) $(RESSOURCES)
 
 $(GAMES): $(CSFILES_GAMES) $(top_builddir)/src/gbrainy.exe
-       $(CSC) -out:$@ $(CSFLAGS) $(CSFILES_GAMES) $(ASSEMBLIES) -r:../src/gbrainy.Games.dll $(RESSOURCES)
+       $(CSC) -out:$@ $(CSFLAGS) $(CSFILES_GAMES) $(ASSEMBLIES) $(RESSOURCES)
 
 all: $(CORE) $(CLASSICAL) $(GAMES)
 


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