File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ set PATH=%PATH%;C:\Program Files\7-Zip\
12
12
if %errorlevel% neq 0 goto :error
13
13
14
14
:: Build the PluginCore
15
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
15
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
16
16
17
17
:: Check for build errors
18
18
if %errorlevel% neq 0 goto :error
19
19
20
20
:: Extract version from HEAD
21
21
call SetVersion.bat
22
22
23
- :: Build the solution
23
+ :: Build the solutions
24
24
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
25
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
25
26
26
27
:: Check for build errors
27
28
if %errorlevel% neq 0 goto :error
@@ -52,16 +53,17 @@ for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "
52
53
xcopy Distros\HaxeDevelop /s /e /y
53
54
54
55
:: Build the PluginCore
55
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
56
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
56
57
57
58
:: Check for build errors
58
59
if %errorlevel% neq 0 goto :error
59
60
60
61
:: Extract version from HEAD
61
62
call SetVersion.bat
62
63
63
- :: Build the solution
64
+ :: Build the solutions
64
65
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
66
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
65
67
66
68
:: Check for build errors
67
69
if %errorlevel% neq 0 goto :error
Original file line number Diff line number Diff line change @@ -22,16 +22,17 @@ del FlashDevelop\Installer\Binary\*.zip /Q
22
22
if %errorlevel% neq 0 goto :error
23
23
24
24
:: Build the PluginCore
25
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
25
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
26
26
27
27
:: Check for build errors
28
28
if %errorlevel% neq 0 goto :error
29
29
30
30
:: Extract version from HEAD
31
31
call SetVersion.bat
32
32
33
- :: Build the solution
33
+ :: Build the solutions
34
34
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
35
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
35
36
36
37
:: Check for build errors
37
38
if %errorlevel% neq 0 goto :error
@@ -62,16 +63,17 @@ for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "
62
63
xcopy Distros\HaxeDevelop /s /e /y
63
64
64
65
:: Build the PluginCore
65
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=x86 /t:Rebuild
66
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
66
67
67
68
:: Check for build errors
68
69
if %errorlevel% neq 0 goto :error
69
70
70
71
:: Extract version from HEAD
71
72
call SetVersion.bat
72
73
73
- :: Build the solution
74
+ :: Build the solutions
74
75
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
76
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
75
77
76
78
:: Check for build errors
77
79
if %errorlevel% neq 0 goto :error
Original file line number Diff line number Diff line change @@ -550,8 +550,11 @@ Section "un.${DIST_NAME}" UninstMain
550
550
Delete " $INSTDIR\Exceptions.log"
551
551
Delete " $INSTDIR\${DIST_NAME}.exe"
552
552
Delete " $INSTDIR\${DIST_NAME}.exe.config"
553
+ Delete " $INSTDIR\${DIST_NAME}x64.exe"
554
+ Delete " $INSTDIR\${DIST_NAME}x64.exe.config"
553
555
Delete " $INSTDIR\PluginCore.dll"
554
556
Delete " $INSTDIR\SciLexer.dll"
557
+ Delete " $INSTDIR\SciLexer64.dll"
555
558
Delete " $INSTDIR\Scripting.dll"
556
559
Delete " $INSTDIR\Antlr3.dll"
557
560
Delete " $INSTDIR\SwfOp.dll"
You can’t perform that action at this time.
0 commit comments