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:
authorMarek Safar <marek.safar@gmail.com>2018-10-10 18:49:38 +0300
committerGitHub <noreply@github.com>2018-10-10 18:49:38 +0300
commit8d8fd97dbfc6f4213e0fe9fca7574808dd8496d3 (patch)
tree2de385dee698f56a5df6e47b220d7ccd340fbd7b /msvc/scripts
parent831e73abcd5b9e10b4aaff7872b8d68e8e0f60fd (diff)
[build] Unify bootstrap profiles (#11024)
* [build] Unify bootstrap profiles We can now rely on build only as we have reliable monolite and package compilers * Fixes genproj dependencies * [csproj] Update project files
Diffstat (limited to 'msvc/scripts')
-rw-r--r--msvc/scripts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/scripts/Makefile b/msvc/scripts/Makefile
index aae608c6f95..2b23c3b5308 100644
--- a/msvc/scripts/Makefile
+++ b/msvc/scripts/Makefile
@@ -1,9 +1,9 @@
all: genproj.exe prepare.exe
mono --debug genproj.exe
-genproj.exe: genproj.cs ../../mcs/build/gensources.cs
+genproj.exe: genproj.cs ../../mcs/tools/gensources/gensources.cs
-rm $@
- csc -debug:portable genproj.cs ../../mcs/build/gensources.cs -main:Driver -r:System.dll -r:System.Core.dll -out:$@
+ csc -debug:portable $^ -main:Driver -r:System.dll -r:System.Core.dll -out:$@
prepare.exe: prepare.cs
csc prepare.cs