mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Add a comment for WITH_SYSTEMWIDE under Windows
This commit is contained in:
parent
e5bc9d08ec
commit
3de98e3b7b
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -55,8 +55,9 @@ WITH_ZIP:=yes
|
|||
WITH_SYSTEMWIDE:=no
|
||||
|
||||
# This will set the default SYSTEMDIR, a non-empty string
|
||||
# would actually be used
|
||||
WITH_SYSTEMDIR:=""
|
||||
# would actually be used. On Windows normals slashes (/)
|
||||
# instead of backslashed (\) should be used!
|
||||
WITH_SYSTEMDIR:=
|
||||
|
||||
# ====================================================== #
|
||||
# !!! DO NOT ALTER ANYTHING BELOW THIS LINE !!! #
|
||||
|
|
Loading…
Reference in a new issue