You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -5,8 +5,7 @@ include ../../build/rules.make
|
||||
LIBRARY = System.Reactive.PlatformServices.dll
|
||||
LIB_REFS = System System.Core System.Reactive.Interfaces System.Reactive.Core System.Reactive.Linq
|
||||
LIB_MCS_FLAGS = \
|
||||
@more_build_args \
|
||||
-r:System.Reactive.Linq.dll
|
||||
@more_build_args
|
||||
|
||||
ifeq (true, $(GENERATE_RESOURCES))
|
||||
LIB_MCS_FLAGS += /define:GENERATING_RESOURCES
|
||||
@@ -35,7 +34,8 @@ ifndef NO_TASK_DELAY
|
||||
LIB_MCS_FLAGS += -d:NO_TASK_DELAY
|
||||
endif
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:Mono.Reactive.Tests.dll
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
||||
TEST_LIB_REFS = Mono.Reactive.Tests
|
||||
|
||||
EXTRA_DISTFILES = more_build_args $(RESX_RESOURCES:.resources=.resx) $(PREBUILT)
|
||||
|
||||
|
Reference in New Issue
Block a user