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
4
4
IF EXIST " C:\Program Files\MonoDevelop\bin\mdtool.exe" GOTO MDTOOL_C
5
5
IF EXIST " D:\Program Files\MonoDevelop\bin\mdtool.exe" GOTO MDTOOL_D
6
6
7
- ECHO ERROR: Cannnot find MSBUILD .net4 or MDTool
7
+ ECHO ERROR: Cannnot find MSBUILD .net4 or MDTool.exe
8
8
9
9
GOTO END
10
10
@@ -19,11 +19,20 @@ GOTO COPY
19
19
20
20
#============================================================
21
21
22
+
23
+ :MDTOOL_C
24
+
25
+ " C:\Program Files\MonoDevelop\bin\mdtool.exe" build --configuration:RELEASE
26
+
27
+ GOTO COPY
28
+
29
+ #============================================================
30
+
22
31
:MSBUILD
23
32
24
33
CALL " %VS100COMNTOOLS% vsvars32.bat"
25
34
26
-
35
+ msbuild /p:Configuration=Release /t:Rebuild
27
36
28
37
GOTO COPY
29
38
You can’t perform that action at this time.
0 commit comments