From f45f53a1754ac14e69a4af5bab34eb23b554ee11 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 13 Jun 2011 02:33:58 +0300 Subject: Be less picky with library name, match also libreg.a --- registry/prj/d.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/prj/d.lst b/registry/prj/d.lst index 5627f673abec..f1dfa729c7f7 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 -- cgit