Skip to content

Commit 1eeaa59

Browse files
author
CaseyBurns
committed
edit build scipt
1 parent dea5269 commit 1eeaa59

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/ReleaseBuild.cmd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IF EXIST "%VS100COMNTOOLS%vsvars32.bat" GOTO MSBUILD
44
IF EXIST "C:\Program Files\MonoDevelop\bin\mdtool.exe" GOTO MDTOOL_C
55
IF 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

99
GOTO 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

2433
CALL "%VS100COMNTOOLS%vsvars32.bat"
2534

26-
35+
msbuild /p:Configuration=Release /t:Rebuild
2736

2837
GOTO COPY
2938

0 commit comments

Comments
 (0)