diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-22 12:24:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-22 12:29:43 +0300 |
commit | fc8c0de854e1fa73bd3578e6174a57393ecf8f0f (patch) | |
tree | 2d9b05db4abebe319a4ad7286d13b827d7774a33 /svl | |
parent | 4261ccbe8ad87342512d11a3a2216f8bd8526a7c (diff) |
Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered
Don't actually compile anything, though... Just the rscsfx.hxx is
needed.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/prj/build.lst b/svl/prj/build.lst index 5fc7d0e223a3..2e01ff682242 100644 --- a/svl/prj/build.lst +++ b/svl/prj/build.lst @@ -1,3 +1,3 @@ -sl svl : TRANSLATIONS:translations DESKTOP:rsc offapi ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL +sl svl : TRANSLATIONS:translations rsc offapi ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL sl svl\prj nmake - all svl_prj NULL # sl svl\qa\unit nmake - all svl_qa_cppunit svl_util NULL |