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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'monobuild/Makefile')
-rw-r--r--monobuild/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/monobuild/Makefile b/monobuild/Makefile
index c5258a693..aff96e692 100644
--- a/monobuild/Makefile
+++ b/monobuild/Makefile
@@ -4,10 +4,10 @@ CONFIGURATION = Debug
all: build check
build:
- $(MSBUILD) ../monolinker.sln /restore /p:Configuration=$(CONFIGURATION)
+ $(MSBUILD) ../monolinker.sln /restore /p:Configuration=$(CONFIGURATION) /p:MonoBuild=true
clean:
- $(MSBUILD) ../monolinker.sln /t:clean
+ $(MSBUILD) ../monolinker.sln /p:MonoBuild=true /t:clean
check:
- $(MSBUILD) ../test/Mono.Linker.Tests/Mono.Linker.Tests.csproj /t:RunTestsOnMono
+ $(MSBUILD) ../test/Mono.Linker.Tests/Mono.Linker.Tests.csproj /p:MonoBuild=true /t:RunTestsOnMono