Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-03-02 22:03:56 +0300
committerZoltan Varga <vargaz@gmail.com>2015-03-02 22:03:56 +0300
commit13685c2326a96543520a4820a378f2fb93cb14d0 (patch)
treef801daaf4bfeab17210d6a601b9404407f768b90 /mcs/class/Mono.Reactive.Testing
parentfa5e78a8d7bfada7141bed5b02b1072736c5614c (diff)
[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce duplication.
Diffstat (limited to 'mcs/class/Mono.Reactive.Testing')
-rw-r--r--mcs/class/Mono.Reactive.Testing/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/Mono.Reactive.Testing/Makefile b/mcs/class/Mono.Reactive.Testing/Makefile
index 40c183b3654..0708f3df124 100644
--- a/mcs/class/Mono.Reactive.Testing/Makefile
+++ b/mcs/class/Mono.Reactive.Testing/Makefile
@@ -6,21 +6,6 @@ LIBRARY = Mono.Reactive.Testing.dll
LIB_REFS = System System.Core System.Reactive.Interfaces System.Reactive.Core System.Reactive.Linq System.Reactive.PlatformServices System.Reactive.Providers System.Reactive.Runtime.Remoting System.Reactive.Experimental System.Reactive.Windows.Forms System.Reactive.Windows.Threading System.Reactive.Observable.Aliases System.Windows.Forms WindowsBase nunit.framework
LIB_MCS_FLAGS = \
@more_build_args \
- -r:System.dll \
- -r:System.Core.dll \
- -r:System.Reactive.Interfaces.dll \
- -r:System.Reactive.Core.dll \
- -r:System.Reactive.Linq.dll \
- -r:System.Reactive.PlatformServices.dll \
- -r:System.Reactive.Providers.dll \
- -r:System.Reactive.Runtime.Remoting.dll \
- -r:System.Reactive.Experimental.dll \
- -r:System.Reactive.Windows.Forms.dll \
- -r:System.Reactive.Windows.Threading.dll \
- -r:System.Reactive.Observable.Aliases.dll \
- -r:System.Windows.Forms.dll \
- -r:WindowsBase.dll \
- -r:nunit.framework.dll \
-d:NUNIT -d:MONO -d:DESKTOPCLR
# NO_PERF is required to disable ObservableMultipleTest.Catch_TailRecursive2 which blocked test execution.
# disabled -d:HAS_WINFORMS