summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index de9eed200a..abe1a234f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -233,3 +233,4 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
+logo.h
diff --git a/SConstruct b/SConstruct
index 93e48a069f..4df8e0089d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -88,7 +88,7 @@ if profile:
elif os.path.isfile(profile+".py"):
customs.append(profile+".py")
-opts=Options(customs, ARGUMENTS)
+opts=Variables(customs, ARGUMENTS)
opts.Add('target', 'Compile Target (debug/profile/release).', "debug")
opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
opts.Add('python','Build Python Support: (yes/no)','no')