diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 11:42:07 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 11:43:13 +0200 |
commit | d4e1627804838d3ed4fab57faca33d5814034bf5 (patch) | |
tree | f951518cc970ad1c0c9d86411a14201b99ef3b7a /libcmis | |
parent | 9a8593e69f2d2d2f6fc25d7239cbcdebbf3711ae (diff) |
Deliver the right thing on windows too
Diffstat (limited to 'libcmis')
-rw-r--r-- | libcmis/prj/d.lst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libcmis/prj/d.lst b/libcmis/prj/d.lst index 2b702135a022..fb52e94af688 100644 --- a/libcmis/prj/d.lst +++ b/libcmis/prj/d.lst @@ -1,7 +1,6 @@ -..\%__SRC%\lib\lib*.* %_DEST%\lib\lib*.* -..\%__SRC%\lib\ilib*.* %_DEST%\lib\ilib*.* -..\%__SRC%\bin\l*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\*.a %_DEST%\lib\*.a +..\%__SRC%\slb\*.lib %_DEST%\lib\*.lib mkdir: %_DEST%\inc\libcmis ..\%__SRC%\misc\build\libcmis*\src\libcmis\*.hxx %_DEST%\inc\libcmis\*.hxx |