From 7862e397af81c066658d10781c4ab23460d9b2e8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Jun 2011 13:28:35 +0300 Subject: Drop %_EXT% which was always empty --- io/prj/d.lst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'io/prj') diff --git a/io/prj/d.lst b/io/prj/d.lst index eaadf64dba11..40eb9ab138de 100644 --- a/io/prj/d.lst +++ b/io/prj/d.lst @@ -1,12 +1,12 @@ -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\* -..\%__SRC%\bin\*.rdb %_DEST%\rdb%_EXT%\* -..\source\acceptor\acceptor.xml %_DEST%\xml%_EXT%\acceptor.uno.xml -..\source\connector\connectr.xml %_DEST%\xml%_EXT%\connector.uno.xml -..\source\stm\stm.xml %_DEST%\xml%_EXT%\streams.uno.xml -..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\* -..\%__SRC%\misc\acceptor.component %_DEST%\xml%_EXT%\acceptor.component -..\%__SRC%\misc\connector.component %_DEST%\xml%_EXT%\connector.component -..\%__SRC%\misc\streams.component %_DEST%\xml%_EXT%\streams.component -..\%__SRC%\misc\textinstream.component %_DEST%\xml%_EXT%\textinstream.component -..\%__SRC%\misc\textoutstream.component %_DEST%\xml%_EXT%\textoutstream.component +..\%__SRC%\bin\*.dll %_DEST%\bin\* +..\%__SRC%\bin\*.rdb %_DEST%\rdb\* +..\source\acceptor\acceptor.xml %_DEST%\xml\acceptor.uno.xml +..\source\connector\connectr.xml %_DEST%\xml\connector.uno.xml +..\source\stm\stm.xml %_DEST%\xml\streams.uno.xml +..\%__SRC%\lib\*.so %_DEST%\lib\* +..\%__SRC%\lib\*.dylib %_DEST%\lib\* +..\%__SRC%\misc\acceptor.component %_DEST%\xml\acceptor.component +..\%__SRC%\misc\connector.component %_DEST%\xml\connector.component +..\%__SRC%\misc\streams.component %_DEST%\xml\streams.component +..\%__SRC%\misc\textinstream.component %_DEST%\xml\textinstream.component +..\%__SRC%\misc\textoutstream.component %_DEST%\xml\textoutstream.component -- cgit