Updating some references from "SandboxOS" to "Tilde Friends."
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3158 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -72,7 +72,7 @@ if sys.platform == 'darwin':
|
||||
env.Append(FRAMEWORKS=['CoreFoundation', 'Security'])
|
||||
elif sys.platform == 'win32':
|
||||
env.Append(LIBS=['Crypt32'])
|
||||
env.Program('sandboxos', source)
|
||||
env.Program('tildefriends', source)
|
||||
|
||||
def listAllFiles(root):
|
||||
for root, dirs, files in os.walk(root):
|
||||
@ -88,7 +88,7 @@ if env['package'] and sys.platform == 'win32':
|
||||
'COPYING',
|
||||
'LICENSE',
|
||||
'SConstruct',
|
||||
'sandboxos.exe',
|
||||
'tildefriends.exe',
|
||||
]
|
||||
files += listAllFiles('src')
|
||||
files += listAllFiles('packages')
|
||||
|
Reference in New Issue
Block a user