diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:26:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:33:24 +0300 |
commit | 363c5afb5aff925b7b854be4b1d2e55144496f77 (patch) | |
tree | 41d66f2f2f3e90a0243e4e50f28c7ab4069aac20 /animations | |
parent | 10ff4adcef1a4836245657d7c7ec41ce66f61e93 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'animations')
-rw-r--r-- | animations/prj/d.lst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/animations/prj/d.lst b/animations/prj/d.lst index 9a91b35b2f50..b0e6f3cd97db 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 |