1
0
mirror of https://github.com/makarcz/vm6502.git synced 2024-06-10 17:29:32 +00:00
vm6502/mingw-w64.bat
Marek Karcz 174f8ce1a6 Upgrade mingw compiler
Upgraded mingw to 8.1.0, added mingw-w64.bat to setup compilation environment / console and updated makefile.mingw.
2022-05-09 03:12:46 -04:00

10 lines
251 B
Batchfile

echo off
set MINGWDIR=C:\mingw-w64\x86_64-8.1.0
set SDLDIR=D:\src\SDL
set PATH=%MINGWDIR%\mingw64\bin;%SDLDIR%\lib\x64;%PATH%
rem echo %PATH%
rem cd "C:\mingw-w64\x86_64-8.1.0\mingw64\bin"
D:
cd "D:\src\githubwrk\vm6502"
"C:\Windows\system32\cmd.exe"