[Libreoffice-commits] .: registry/prj

Tor Lillqvist tml at kemper.freedesktop.org
Sun Jun 12 16:36:16 PDT 2011


 registry/prj/d.lst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c928f8efeef926813c41ef82e0fc817bc508cb98
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jun 13 02:33:58 2011 +0300

    Be less picky with library name, match also libreg.a

diff --git a/registry/prj/d.lst b/registry/prj/d.lst
index 5627f67..f1dfa72 100644
--- a/registry/prj/d.lst
+++ b/registry/prj/d.lst
@@ -4,7 +4,7 @@ mkdir: %_DEST%\inc\registry
 ..\inc\registry\*.hxx %_DEST%\inc\registry\*.hxx
 
 ..\%__SRC%\lib\ireg.lib %_DEST%\lib\ireg.lib
-..\%__SRC%\lib\libreg.*.* %_DEST%\lib\*
+..\%__SRC%\lib\libreg.* %_DEST%\lib\*
 ..\%__SRC%\bin\reg*.dll %_DEST%\bin\reg*.dll
 
 ..\%__SRC%\bin\checksingleton.exe %_DEST%\bin\checksingleton.exe


More information about the Libreoffice-commits mailing list