Add a comment for WITH_SYSTEMWIDE under Windows

This commit is contained in:
Yamagi Burmeister 2012-06-05 11:12:23 +02:00
parent e5bc9d08ec
commit 3de98e3b7b
1 changed files with 3 additions and 2 deletions

View File

@ -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 !!! #