File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ goto :eof
21
21
22
22
:BuildBin
23
23
set PLATFORM = %1
24
- if " %1 " == " " (
25
- set PLATFORM_VS = Win32
24
+ if " %1 " == " x86 " (
25
+ set PLATFORM_VS = x86
26
26
set DLLFILENAME = ShellExtensionU.dll
27
27
) else (
28
28
set PLATFORM_VS = %1
@@ -33,7 +33,7 @@ endlocal
33
33
34
34
if exist " %SIGNBAT_PATH% " (
35
35
call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\%DLLFILENAME% "
36
- call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\WinMergeContextMenu.dll
36
+ call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\WinMergeContextMenu.dll"
37
37
)
38
38
39
39
goto :eof
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ goto :eof
21
21
22
22
:BuildBin
23
23
set PLATFORM = %1
24
- if " %1 " == " " (
25
- set PLATFORM_VS = Win32
24
+ if " %1 " == " x86 " (
25
+ set PLATFORM_VS = x86
26
26
set DLLFILENAME = ShellExtensionU.dll
27
27
) else (
28
28
set PLATFORM_VS = %1
@@ -33,7 +33,7 @@ endlocal
33
33
34
34
if exist " %SIGNBAT_PATH% " (
35
35
call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\%DLLFILENAME% "
36
- call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\WinMergeContextMenu.dll
36
+ call " %SIGNBAT_PATH% " " ..\Build\%PLATFORM% \Release\WinMergeContextMenu.dll"
37
37
)
38
38
39
39
goto :eof
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ goto :eof
21
21
22
22
:BuildBin
23
23
set PLATFORM = %1
24
- if " %1 " == " " (
25
- set PLATFORM_VS = Win32
24
+ if " %1 " == " x86 " (
25
+ set PLATFORM_VS = x86
26
26
set DLLFILENAME = ShellExtensionU.dll
27
27
) else (
28
28
set PLATFORM_VS = %1
You can’t perform that action at this time.
0 commit comments