summaryrefslogtreecommitdiff
path: root/officecfg/Office/UI/meson.build
blob: eacb7dda91cd8dfbe15d9eea3282a5d7e6fc4e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sidebar_hxx = custom_target('Sidebar.hxx',
  output: 'Sidebar.hxx',
  input: ['../../registry/cppheader.xsl',
          '../../registry/schema/org/openoffice/Office/UI/Sidebar.xcs'],
  command: [xslt_bin,
            '--nonet',
            '--stringparam',
            'ns1',
            'Office',
            '--stringparam',
            'ns2',
            'UI',
            '--stringparam',
            'ns3',
            'Sidebar',
            '-o',
            '@OUTPUT@',
            '@INPUT@'])

toolbarmode_hxx = custom_target('ToolbarMode.hxx',
  output: 'ToolbarMode.hxx',
  input: ['../../registry/cppheader.xsl',
          '../../registry/schema/org/openoffice/Office/UI/ToolbarMode.xcs'],
  command: [xslt_bin,
            '--nonet',
            '--stringparam',
            'ns1',
            'Office',
            '--stringparam',
            'ns2',
            'UI',
            '--stringparam',
            'ns3',
            'ToolbarMode',
            '-o',
            '@OUTPUT@',
            '@INPUT@'])