Drop %_EXT% which was always empty

This commit is contained in:
Tor Lillqvist
2011-06-03 13:26:43 +03:00
parent 10ff4adcef
commit 363c5afb5a
2 changed files with 9 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
..\%__SRC%\bin\animcore.dll %_DEST%\bin%_EXT%\animcore.dll ..\%__SRC%\bin\animcore.dll %_DEST%\bin\animcore.dll
..\%__SRC%\lib\libanimcore.so %_DEST%\lib%_EXT%\libanimcore.so ..\%__SRC%\lib\libanimcore.so %_DEST%\lib\libanimcore.so
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\*.dylib %_DEST%\lib\*
..\source\animcore\animcore.xml %_DEST%\xml%_EXT%\animcore.xml ..\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 mkdir: %_DEST%\inc\animations
..\inc\animations\animationnodehelper.hxx %_DEST%\inc%_EXT%\animations\animationnodehelper.hxx ..\inc\animations\animationnodehelper.hxx %_DEST%\inc\animations\animationnodehelper.hxx
..\%__SRC%\misc\animcore.component %_DEST%\xml%_EXT%\animcore.component ..\%__SRC%\misc\animcore.component %_DEST%\xml\animcore.component

View File

@@ -1,2 +1,2 @@
..\%__SRC%\misc\sdfilt.component %_DEST%\xml%_EXT%\sdfilt.component ..\%__SRC%\misc\sdfilt.component %_DEST%\xml\sdfilt.component