target windows 9X by default
This commit is contained in:
parent
6f4339f16a
commit
da99931f8c
2 changed files with 2 additions and 2 deletions
|
@ -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%
|
set PATH=C:\w64devkit\bin;%GIT1%;%GIT2%;%GIT3%;%GIT4%;%GIT5%;%GIT6%;%PATH%
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
make _WIN32_WINNT=0x0500
|
make _WIN32_WINNT=0x0400
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -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%
|
set PATH=C:\w64devkit\bin;%GIT1%;%GIT2%;%GIT3%;%GIT4%;%GIT5%;%GIT6%;%PATH%
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
make DEBUG=1 _WIN32_WINNT=0x0500
|
make DEBUG=1 _WIN32_WINNT=0x0400
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in a new issue