properly target windows 2000 in mingw build + allows to build for windows ME now as well

This commit is contained in:
FunkyFr3sh 2024-09-28 19:20:50 +02:00
parent 7175939854
commit beae3c5fb7
6 changed files with 34 additions and 12 deletions

View file

@ -10,6 +10,6 @@ set GIT6=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\
set PATH=C:\w64devkit\bin;%GIT1%;%GIT2%;%GIT3%;%GIT4%;%GIT5%;%GIT6%;%PATH%
make clean
make DEBUG=1
make DEBUG=1 _WIN32_WINNT=0x0500
pause