diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-13 02:33:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-13 02:35:36 +0300 |
commit | f45f53a1754ac14e69a4af5bab34eb23b554ee11 (patch) | |
tree | 731783329fa9ab199c05918e34c01ea2c5a2397e /registry | |
parent | 03604560ce01e1f08e9e2b258d67657005c98cd8 (diff) |
Be less picky with library name, match also libreg.a
Diffstat (limited to 'registry')
-rw-r--r-- | registry/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |