Skip to content

Commit

Permalink
target windows 9X by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 28, 2024
1 parent 6f4339f commit da99931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build_debug.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da99931

Please sign in to comment.