Update Travis to Ubuntu 16.04, Mono 5.10, NSIS 3.03.
This commit is contained in:
committed by
Oliver Brakmann
parent
8ee11028d7
commit
5b00586de2
3
Makefile
3
Makefile
@@ -37,8 +37,7 @@
|
||||
|
||||
############################## TOOLCHAIN ###############################
|
||||
#
|
||||
SDK ?=
|
||||
CSC = mcs $(SDK)
|
||||
CSC = mcs
|
||||
CSFLAGS = -nologo -warn:4 -codepage:utf8 -langversion:5 -unsafe -warnaserror
|
||||
DEFINE = TRACE
|
||||
COMMON_LIBS = System.dll System.Core.dll System.Numerics.dll thirdparty/download/ICSharpCode.SharpZipLib.dll thirdparty/download/FuzzyLogicLibrary.dll thirdparty/download/MaxMind.Db.dll thirdparty/download/Eluant.dll thirdparty/download/rix0rrr.BeaconLib.dll
|
||||
|
||||
Reference in New Issue
Block a user