mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Makefile: add WINDOWSHELL=1 for the Windows detect
(cherry picked from commit 6f51c68c7248d616ad16f66b72cfcc36b7c952f5)
This commit is contained in:
parent
1dca1a3f47
commit
5755bab29a
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ ifeq ($(OS),Windows_NT) # all windows are Windows_NT...
|
|||
# go for a 32-bit sdl mingw exe by default
|
||||
MINGW=1
|
||||
SDL=1
|
||||
WINDOWSHELL=1
|
||||
|
||||
else # if you on the *nix
|
||||
|
||||
|
|
Loading…
Reference in a new issue