summaryrefslogtreecommitdiff
path: root/libxerces-c/tests/psvi-writer/buildfile
blob: 9a5d84d3f1682202c70994754cd02d0d88b0b420 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : tests/psvi-writer/buildfile
# license   : Apache License 2.0; see accompanying LICENSE file

import libs = libxerces-c%lib{xerces-c}

exe{driver}: PSVIWriter/{hxx cxx}{*} $libs testscript

# Disable MSVC warnings that pop up with /W3.
#
if ($cxx.class == 'msvc')
  cxx.coptions += /wd4267