mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Makefile: add WINDOWSHELL=1 for the Windows detect
This commit is contained in:
parent
f92026f98b
commit
6f51c68c72
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,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