10 changed files with 22 additions and 3 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
[submodule "src/Libraries/AvalonEdit"] |
||||
path = src/Libraries/AvalonEdit |
||||
url = https://github.com/icsharpcode/AvalonEdit.git |
||||
[submodule "src/Libraries/NRefactory"] |
||||
path = src/Libraries/NRefactory |
||||
url = https://github.com/icsharpcode/NRefactory.git |
||||
[submodule "src/Libraries/cecil"] |
||||
path = src/Libraries/cecil |
||||
url = https://github.com/jbevain/cecil.git |
@ -1,5 +1,8 @@
@@ -1,5 +1,8 @@
|
||||
@set PROGFILES=%PROGRAMFILES% |
||||
@if exist "%PROGRAMFILES(x86)%" set PROGFILES=%PROGRAMFILES(x86)% |
||||
@if not exist "src\Libraries\AvalonEdit\ICSharpCode.AvalonEdit.sln" ( |
||||
git submodule update --init || exit /b 1 |
||||
) |
||||
"%PROGFILES%\MSBuild\12.0\Bin\msbuild" /m SharpDevelop.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Debug |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
||||
"%PROGFILES%\MSBuild\12.0\Bin\msbuild" /m SharpDevelop.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Release |
||||
|
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit 4e69c3cbc51ddf1ac47030abf0c4caac520d23cf |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
Subproject commit a2b55de351be2119b6f0c3a17c36b5b9adbd7c59 |
Loading…
Reference in new issue