1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

target windows 9X by default

This commit is contained in:
FunkyFr3sh 2024-09-28 22:14:27 +02:00
parent 6f4339f16a
commit da99931f8c
2 changed files with 2 additions and 2 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 _WIN32_WINNT=0x0500
make _WIN32_WINNT=0x0400
pause

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 _WIN32_WINNT=0x0500
make DEBUG=1 _WIN32_WINNT=0x0400
pause