diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-18 16:23:50 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-18 16:23:50 +0100 |
commit | 3c07c026b564774c3bf4d3edfa39b169f3dfe990 (patch) | |
tree | 92434254db3c6fefa5b490b41c9ddb69a541e6e2 /moz | |
parent | 4b1820d4a70ce9f695a9591492cc5fa2ae61a4b7 (diff) |
#i115784# moz/d.lst: deliver windows libs, too.
Diffstat (limited to 'moz')
-rw-r--r-- | moz/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/moz/prj/d.lst b/moz/prj/d.lst index df08e6be4371..67bd28bb164b 100644 --- a/moz/prj/d.lst +++ b/moz/prj/d.lst @@ -248,7 +248,8 @@ mkdir: %_DEST%\inc%_EXT%\mozilla\xpcom_obsolete ..\%__SRC%\lib\libxpcom.* %_DEST%\lib%_EXT% ..\%__SRC%\lib\libxpcom_compat.* %_DEST%\lib%_EXT% ..\%__SRC%\lib\libxpcom_core.* %_DEST%\lib%_EXT% -..\%__SRC%\lib\*.a %_DEST%\lib%_EXT% +..\%__SRC%\lib\*.a %_DEST%\lib%_EXT% +..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT% mkdir: %_DEST%\lib%_EXT%\sqlite ..\%__SRC%\lib\libsqlite3.* %_DEST%\lib%_EXT%\sqlite |