diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-18 09:39:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-18 09:39:10 +0000 |
commit | b0938e8c4bb1423e433f221a297be956ebcfee7b (patch) | |
tree | 896569c025030f30725c60efef3eb97c9d42e327 /libxslt | |
parent | 3a5a4d96557e3171afca7b7b079d24e34df9bc15 (diff) |
#i10000# Make module acronym unique. (Restriction to 2 characters is obsolete meanwhile, so we may take a longer, more meaningfull name here.)
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/prj/build.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libxslt/prj/build.lst b/libxslt/prj/build.lst index 02bffb223414..f6e9eb049704 100644 --- a/libxslt/prj/build.lst +++ b/libxslt/prj/build.lst @@ -1,3 +1,3 @@ -lx libxslt : soltools LIBXML2:libxml2 NULL -lx libxslt usr1 - all lx_mkout NULL -lx libxslt nmake - all lx_libxslt NULL +lxslt libxslt : soltools LIBXML2:libxml2 NULL +lxslt libxslt usr1 - all lxslt_mkout NULL +lxslt libxslt nmake - all lxslt_libxslt NULL |