You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Remove trailing spaces
This commit is contained in:
@@ -4,7 +4,7 @@ import string
|
||||
|
||||
def is_active():
|
||||
return True
|
||||
|
||||
|
||||
def get_name():
|
||||
return "Flash"
|
||||
|
||||
@@ -18,7 +18,7 @@ def can_build():
|
||||
def get_opts():
|
||||
|
||||
return []
|
||||
|
||||
|
||||
|
||||
def get_flags():
|
||||
|
||||
@@ -52,7 +52,7 @@ def configure(env):
|
||||
if (ccroot.find("/cygdrive")==0):
|
||||
unit = ccroot[ ccroot.find("/") + 1 ]
|
||||
ccroot=ccroot.replace("/cygdrive/"+unit,unit+":")
|
||||
|
||||
|
||||
env['FLASCC_ROOT'] = ccroot
|
||||
if env['PLATFORM'] == 'win32':
|
||||
import methods
|
||||
@@ -71,11 +71,11 @@ def configure(env):
|
||||
env['AR'] = ccroot+'/sdk/usr/bin/ar'
|
||||
env['LINK'] = ccroot+'/sdk/usr/bin/gcc'
|
||||
|
||||
|
||||
|
||||
env['OBJSUFFIX'] = ".fl.o"
|
||||
env['LIBSUFFIX'] = ".fl.a"
|
||||
env['PROGSUFFIX'] = "_flash"
|
||||
|
||||
|
||||
#env["CXX"]='gcc-4'
|
||||
import string
|
||||
#include path
|
||||
|
||||
Reference in New Issue
Block a user