File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ IF EXIST "%VS100COMNTOOLS%vsvars32.bat" GOTO MSBUILD
44IF EXIST " C:\Program Files\MonoDevelop\bin\mdtool.exe" GOTO MDTOOL_C
55IF EXIST " D:\Program Files\MonoDevelop\bin\mdtool.exe" GOTO MDTOOL_D
66
7- ECHO ERROR: Cannnot find MSBUILD .net4 or MDTool
7+ ECHO ERROR: Cannnot find MSBUILD .net4 or MDTool.exe
88
99GOTO END
1010
@@ -19,11 +19,20 @@ GOTO COPY
1919
2020#============================================================
2121
22+
23+ :MDTOOL_C
24+
25+ " C:\Program Files\MonoDevelop\bin\mdtool.exe" build --configuration:RELEASE
26+
27+ GOTO COPY
28+
29+ #============================================================
30+
2231:MSBUILD
2332
2433CALL " %VS100COMNTOOLS% vsvars32.bat"
2534
26-
35+ msbuild /p:Configuration=Release /t:Rebuild
2736
2837GOTO COPY
2938
You can’t perform that action at this time.
0 commit comments