[Libreoffice-commits] .: animations/prj sd/prj

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jun 3 03:49:58 PDT 2011


 animations/prj/d.lst |   16 ++++++++--------
 sd/prj/d.lst         |    1 -
 2 files changed, 8 insertions(+), 9 deletions(-)

New commits:
commit 3638d1a55d0b75edfc0293718994d16ce22587dc
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jun 3 13:26:43 2011 +0300

    Drop %_EXT% which was always empty

diff --git a/animations/prj/d.lst b/animations/prj/d.lst
index 9a91b35..b0e6f3c 100644
--- a/animations/prj/d.lst
+++ b/animations/prj/d.lst
@@ -1,10 +1,10 @@
-..\%__SRC%\bin\animcore.dll %_DEST%\bin%_EXT%\animcore.dll
-..\%__SRC%\lib\libanimcore.so %_DEST%\lib%_EXT%\libanimcore.so
-..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*
-..\source\animcore\animcore.xml %_DEST%\xml%_EXT%\animcore.xml
+..\%__SRC%\bin\animcore.dll %_DEST%\bin\animcore.dll
+..\%__SRC%\lib\libanimcore.so %_DEST%\lib\libanimcore.so
+..\%__SRC%\lib\*.dylib %_DEST%\lib\*
+..\source\animcore\animcore.xml %_DEST%\xml\animcore.xml
 
-..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
+..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib\lib*static*.dylib
 
-mkdir: %_DEST%\inc%_EXT%\animations
-..\inc\animations\animationnodehelper.hxx %_DEST%\inc%_EXT%\animations\animationnodehelper.hxx
-..\%__SRC%\misc\animcore.component %_DEST%\xml%_EXT%\animcore.component
+mkdir: %_DEST%\inc\animations
+..\inc\animations\animationnodehelper.hxx %_DEST%\inc\animations\animationnodehelper.hxx
+..\%__SRC%\misc\animcore.component %_DEST%\xml\animcore.component
diff --git a/sd/prj/d.lst b/sd/prj/d.lst
index 263c550..8d89045 100644
--- a/sd/prj/d.lst
+++ b/sd/prj/d.lst
@@ -1,2 +1,2 @@
 
-..\%__SRC%\misc\sdfilt.component %_DEST%\xml%_EXT%\sdfilt.component
\ No newline at end of file
+..\%__SRC%\misc\sdfilt.component %_DEST%\xml\sdfilt.component
\ No newline at end of file


More information about the Libreoffice-commits mailing list