OLD | NEW |
---|---|
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 'pepper', | 5 'pepper', |
6 '../utils' | 6 '../utils' |
7 ], | 7 ], |
8 'TARGETS': [ | 8 'TARGETS': [ |
9 { | 9 { |
10 'NAME' : 'nacl_io', | 10 'NAME' : 'nacl_io', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
66 ], | 66 ], |
67 'DEST': 'include/nacl_io', | 67 'DEST': 'include/nacl_io', |
68 }, | 68 }, |
69 { | 69 { |
70 'FILES': [ | 70 'FILES': [ |
71 "all_interfaces.h", | 71 "all_interfaces.h", |
72 "define_empty_macros.h", | 72 "define_empty_macros.h", |
73 "undef_macros.h", | 73 "undef_macros.h", |
74 ], | 74 ], |
75 'DEST': 'include/nacl_io/pepper', | 75 'DEST': 'include/nacl_io/pepper', |
76 }, | |
77 { | |
78 'FILES': [ | |
79 "auto_lock.h", | |
binji
2013/06/04 23:30:28
what .dsc copies these files now? did you forget t
nfullagar1
2013/06/04 23:47:09
Missed the svn add! should be there now
| |
80 "macros.h", | |
81 "ref_object.h" | |
82 ], | |
83 'DEST': 'include/utils', | |
84 } | 76 } |
85 ], | 77 ], |
86 'DEST': 'src', | 78 'DEST': 'src', |
87 'NAME': 'nacl_io', | 79 'NAME': 'nacl_io', |
88 } | 80 } |
OLD | NEW |