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 4166e540db Corrected batch script and makefile
Corrected batch script and makefile for MINGW/GCC 8.1.0
2022-12-24 12:50:11 -05:00

11 lines
271 B
Batchfile

echo off
set GCCVER=8.1.0
set MINGWDIR=C:\mingw-w64\x86_64-%GCCVER%
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"