File tree Expand file tree Collapse file tree 10 files changed +34
-12
lines changed Expand file tree Collapse file tree 10 files changed +34
-12
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,11 @@ rem ember that we get here even in command.com.
2323if NOT EXIST %WD% opt\bin\CmdInit.cmd %WD% usr\bin\touch.exe > %WD% opt\bin\CmdInit.cmd
2424
2525if NOT EXIST %WD% msys-2.0.dll set WD = %~dp0 usr\bin\
26+ if EXIST %WD% sh.exe.old move /Y %WD% sh.exe.old %WD% sh.exe
2627set MSYSTEM = MINGW64
2728set MINGW32 = /mingw32
2829set MINGW64 = /mingw64
2930set PATH = %PATH% ;.
30- @ if defined VS120COMNTOOLS (
31- @ call " %VS120COMNTOOLS% vsvars32.bat"
32- )
33- @ if defined VS140COMNTOOLS (
34- @ call " %VS140COMNTOOLS% vsvars32.bat"
35- )
3631rem To activate windows native symlinks uncomment next line
3732rem set MSYS=winsymlinks:nativestrict
3833rem Set debugging program for errors
Original file line number Diff line number Diff line change @@ -23,16 +23,11 @@ rem ember that we get here even in command.com.
2323if NOT EXIST %WD% opt\bin\CmdInit.cmd %WD% usr\bin\touch.exe > %WD% opt\bin\CmdInit.cmd
2424
2525if NOT EXIST %WD% msys-2.0.dll set WD = %~dp0 usr\bin\
26+ if EXIST %WD% sh.exe.old move /Y %WD% sh.exe.old %WD% sh.exe
2627set MSYSTEM = MINGW64
2728set MINGW32 = /mingw32
2829set MINGW64 = /mingw64
2930set PATH = %PATH% ;.
30- @ if defined VS120COMNTOOLS (
31- @ call " %VS120COMNTOOLS% vsvars32.bat"
32- )
33- @ if defined VS140COMNTOOLS (
34- @ call " %VS140COMNTOOLS% vsvars32.bat"
35- )
3631rem To activate windows native symlinks uncomment next line
3732rem set MSYS=winsymlinks:nativestrict
3833rem Set debugging program for errors
Original file line number Diff line number Diff line change 1+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x64/buildtools.bat -O buildtools.bat
2+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x64/conemu.bat -O conemu.bat
3+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x64/win32con.bat -O win32con.bat
4+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x64/win32env.bat -O win32env.bat
Original file line number Diff line number Diff line change 1+ @ if not exist src (
2+ mkdir src
3+ )
4+ @ cd src
5+
6+ start ..\opt\bin\ConEmu -cmd cmd /k ..\win32\env.bat
Original file line number Diff line number Diff line change 1+ @ if not exist src (
2+ mkdir src
3+ )
4+ @ cd src
5+ @ cmd /k ..\win32\env.bat
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ rem ember that we get here even in command.com.
2323if NOT EXIST %WD% opt\bin\CmdInit.cmd %WD% usr\bin\touch.exe > %WD% opt\bin\CmdInit.cmd
2424
2525if NOT EXIST %WD% msys-2.0.dll set WD = %~dp0 usr\bin\
26+ if EXIST %WD% sh.exe.old move /Y %WD% sh.exe.old %WD% sh.exe
2627set MSYSTEM = MINGW32
2728set MINGW32 = /mingw32
2829set MINGW64 = /mingw64
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ rem ember that we get here even in command.com.
2323if NOT EXIST %WD% opt\bin\CmdInit.cmd %WD% usr\bin\touch.exe > %WD% opt\bin\CmdInit.cmd
2424
2525if NOT EXIST %WD% msys-2.0.dll set WD = %~dp0 usr\bin\
26+ if EXIST %WD% sh.exe.old move /Y %WD% sh.exe.old %WD% sh.exe
2627set MSYSTEM = MINGW32
2728set MINGW32 = /mingw32
2829set MINGW64 = /mingw64
Original file line number Diff line number Diff line change 1+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x86/buildtools.bat -O buildtools.bat
2+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x86/conemu.bat -O conemu.bat
3+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x86/win32con.bat -O win32con.bat
4+ @ usr\bin\wget -q https://raw.githubusercontent.com/mamedev/buildtools/master/x86/win32env.bat -O win32env.bat
Original file line number Diff line number Diff line change 1+ @ if not exist src (
2+ mkdir src
3+ )
4+ @ cd src
5+
6+ start ..\opt\bin\ConEmu -cmd cmd /k ..\win32\env.bat
Original file line number Diff line number Diff line change 1+ @ if not exist src (
2+ mkdir src
3+ )
4+ @ cd src
5+ @ cmd /k ..\win32\env.bat
You can’t perform that action at this time.
0 commit comments