~ubuntu-branches/ubuntu/lucid/fceux/lucid

« back to all changes in this revision

Viewing changes to fceu/src/input/SConscript

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-12-14 08:05:17 UTC
  • Revision ID: james.westby@ubuntu.com-20091214080517-abi5tj8avthfan7c
Tags: upstream-2.1.2+repack
ImportĀ upstreamĀ versionĀ 2.1.2+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
my_list =  Split("""
 
2
arkanoid.cpp
 
3
bworld.cpp
 
4
cursor.cpp
 
5
fkb.cpp
 
6
ftrainer.cpp
 
7
hypershot.cpp
 
8
mahjong.cpp
 
9
mouse.cpp
 
10
oekakids.cpp
 
11
powerpad.cpp
 
12
quiz.cpp
 
13
shadow.cpp
 
14
suborkb.cpp
 
15
toprider.cpp
 
16
zapper.cpp
 
17
""")
 
18
 
 
19
for x in range(len(my_list)):
 
20
  my_list[x] = 'input/' + my_list[x]
 
21
Return('my_list')