diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-17 01:49:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-17 01:49:28 +0300 |
commit | 45ba1e1e64983bde2345a23bf64e07d1b602823a (patch) | |
tree | 752c04afe233b56d255805c159732d0591d0bf38 /xmlscript | |
parent | 3ddac0c2f758c254fa8f90234ebe4e9a50111748 (diff) |
Deliver also a static library
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlscript/prj/d.lst b/xmlscript/prj/d.lst index 6a2447ad8c1f..2461a747c6bc 100644 --- a/xmlscript/prj/d.lst +++ b/xmlscript/prj/d.lst @@ -3,6 +3,7 @@ mkdir: %_DEST%\inc\xmlscript ..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib ..\%__SRC%\lib\lib*.so %_DEST%\lib\lib*.so ..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib +..\%__SRC%\lib\*.a %_DEST%\lib\*.a ..\inc\xmlscript\xml_helper.hxx %_DEST%\inc\xmlscript\xml_helper.hxx ..\inc\xmlscript\xmldlg_imexp.hxx %_DEST%\inc\xmlscript\xmldlg_imexp.hxx |