diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-15 09:04:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-15 09:04:46 +0200 |
commit | e728feaeebae96df5566bdb6d5f0458983d843ad (patch) | |
tree | c71899faddb9718207121de4a0d31a278400aeba /xml2cmp | |
parent | 45589f1f27be2d93c250e900102d66af0d2b694d (diff) |
On Windows, xml2cmp depends on uwinapi from sal.
Strangely, before gbuildization, xml2cmp did not depend on sal, but
on soltools, which does not itself depend on sal; maybe that was
already a mistake that went unnoticed so far.
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml2cmp/prj/build.lst b/xml2cmp/prj/build.lst index b486de70513c..27e004eb1dd2 100644 --- a/xml2cmp/prj/build.lst +++ b/xml2cmp/prj/build.lst @@ -1,2 +1,2 @@ -xc xml2cmp : solenv NULL +xc xml2cmp : sal solenv NULL xc xml2cmp\prj nmake - all xc_prj NULL |