[longomatch] Fix link of LongoMatch.Core assembly after renaming



commit 6a6910128bcc09c03d01539ae6f491f3b43a72b4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jul 8 17:37:08 2014 +0200

    Fix link of LongoMatch.Core assembly after renaming

 build/build.environment.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/build.environment.mk b/build/build.environment.mk
index e514684..b2403c8 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -20,7 +20,7 @@ LINK_DB40 = $(DB4O_LIBS)
 LINK_JSON = $(JSON_LIBS)
 LINK_OSXYPLOT = -r:$(DIR_BIN)/OxyPlotMono.dll
 LINK_LONGOMATCH_ADDINS = -r:$(DIR_BIN)/LongoMatch.Addins.dll
-LINK_LONGOMATCH_CORE = -r:$(DIR_BIN)/LongoMatch.dll
+LINK_LONGOMATCH_CORE = -r:$(DIR_BIN)/LongoMatch.Core.dll
 LINK_LONGOMATCH_MULTIMEDIA = -r:$(DIR_BIN)/LongoMatch.Multimedia.dll
 LINK_LONGOMATCH_GUI_MULTIMEDIA = -r:$(DIR_BIN)/LongoMatch.GUI.Multimedia.dll
 LINK_LONGOMATCH_GUI = -r:$(DIR_BIN)/LongoMatch.GUI.dll


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