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

« back to all changes in this revision

Viewing changes to fceu/src/utils/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
crc32.cpp
 
3
endian.cpp
 
4
general.cpp
 
5
guid.cpp
 
6
md5.cpp
 
7
memory.cpp
 
8
unzip.cpp
 
9
xstring.cpp
 
10
""")
 
11
 
 
12
for x in range(len(my_list)):
 
13
  my_list[x] = 'utils/' + my_list[x]
 
14
Return('my_list')