diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-16 20:31:07 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-16 21:07:52 +0300 |
commit | 3abfbe34c50e2d96da40f470a40ced918d8626ab (patch) | |
tree | c5d9cb6828b3346ae46318a78e83f8f211a37b32 /sax | |
parent | 174be928f7d7c42a846e574eaaa03572b2655f8c (diff) |
Deliver also static libraries
Diffstat (limited to 'sax')
-rw-r--r-- | sax/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst index 9534663d5bfb..12cd6cd81370 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -2,6 +2,7 @@ ..\%__SRC%\lib\*.so %_DEST%\lib\*.so ..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib ..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib +..\%__SRC%\lib\*.a %_DEST%\lib\*.a ..\%__SRC%\misc\fastsax.component %_DEST%\xml\fastsax.component ..\%__SRC%\misc\sax.component %_DEST%\xml\sax.component ..\%__SRC%\misc\sax.inbuild.component %_DEST%\xml\sax.inbuild.component |