ソースを参照

Switch from using deprecated Options class to Variables

C4NCER 11 年 前
コミット
942f14747b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -88,7 +88,7 @@ if profile:
 	elif os.path.isfile(profile+".py"):
 	elif os.path.isfile(profile+".py"):
 		customs.append(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('target', 'Compile Target (debug/profile/release).', "debug")
 opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
 opts.Add('platform','Platform: '+str(platform_list)+'(sfml).',"")
 opts.Add('python','Build Python Support: (yes/no)','no')
 opts.Add('python','Build Python Support: (yes/no)','no')