root/tests/UI/UIbuilder_test.cfg
@
270
Revision 248, 212 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | test: |
2 | { |
3 | type= "test"; |
4 | a= 1; |
5 | S= "hello!!!"; |
6 | }; |
7 | test2: |
8 | { |
9 | type= "internal"; |
10 | path="int"; |
11 | }; |
12 | test3: |
13 | { |
14 | type= "external"; |
15 | filename = "UIbuilder_test_ex.cfg"; |
16 | path="test2"; |
17 | }; |
18 | int: |
19 | { |
20 | type= "test2"; |
21 | a= 1; |
22 | S= "yeah!!!"; |
23 | }; |
Note: See TracBrowser
for help on using the browser.