Merge pull request #144 from C4NCER/master
move away from deprecated Options class and update .gitignore
This commit is contained in:
commit
f09a1cca07
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -233,3 +233,4 @@ Desktop.ini
|
|||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
logo.h
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue