1
0
mirror of https://github.com/makarcz/vm6502.git synced 2024-06-08 05:29:35 +00:00
vm6502/mingw-w64.bat

10 lines
251 B
Batchfile
Raw Normal View History

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"