You've already forked linux-packaging-mono
Imported Upstream version 4.0.1
Former-commit-id: 6d37e02debfe41dd5c13ba6f6a2428c8b1ff5e28
This commit is contained in:
@@ -18,7 +18,7 @@ PLATFORMS = darwin linux win32
|
||||
PROFILES = \
|
||||
basic \
|
||||
build \
|
||||
net_4_0 \
|
||||
binary_reference_assemblies \
|
||||
net_4_5 \
|
||||
xbuild_12 \
|
||||
xbuild_14
|
||||
|
||||
@@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "4.0.0.0";
|
||||
public const string MonoVersion = "4.0.1.0";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
||||
7
mcs/build/profiles/binary_reference_assemblies.make
Normal file
7
mcs/build/profiles/binary_reference_assemblies.make
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
profile-check:
|
||||
@:
|
||||
|
||||
NO_BUILD = yes
|
||||
NO_TEST = yes
|
||||
@@ -1,12 +0,0 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
profile-check:
|
||||
@:
|
||||
|
||||
FRAMEWORK_VERSION = 4.0
|
||||
XBUILD_VERSION = 4.0
|
||||
|
||||
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
|
||||
|
||||
NO_BUILD = yes
|
||||
NO_TEST = yes
|
||||
Reference in New Issue
Block a user