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

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

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

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