File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4747
4848:: Remove unnecessary files
4949rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
50- del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
5150rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5251for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
5352del " FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -78,6 +77,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
7877ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
7978ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
8079
80+ : Remove files after build
81+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
82+
8183:: Check for build errors
8284if %errorlevel% neq 0 goto :error
8385
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
5757
5858:: Remove unnecessary files
5959rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
60- del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
6160rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6261for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
6362del " FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -88,6 +87,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
8887ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
8988ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
9089
90+ : Remove files after build
91+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
92+
9193:: Check for build errors
9294if %errorlevel% neq 0 goto :error
9395
You can’t perform that action at this time.
0 commit comments