From 4912a5e54fe31fd132de5d3a7ddef8de01bb75ba Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Jun 2011 13:27:08 +0300 Subject: Drop %_EXT% which was always empty --- embeddedobj/prj/d.lst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'embeddedobj/prj') diff --git a/embeddedobj/prj/d.lst b/embeddedobj/prj/d.lst index e85b439a1e34..551439c6de9b 100644 --- a/embeddedobj/prj/d.lst +++ b/embeddedobj/prj/d.lst @@ -1,8 +1,8 @@ -mkdir: %_DEST%\xml%_EXT%\registry\spool -..\%__SRC%\misc\*.map %_DEST%\bin%_EXT%\*.map -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll -..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%\lib*.so -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib -..\dtd\*.dtd %_DEST%\bin%_EXT%\*.* -..\%__SRC%\misc\embobj.component %_DEST%\xml%_EXT%\embobj.component -..\%__SRC%\misc\emboleobj.component %_DEST%\xml%_EXT%\emboleobj.component +mkdir: %_DEST%\xml\registry\spool +..\%__SRC%\misc\*.map %_DEST%\bin\*.map +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\lib*.so %_DEST%\lib\lib*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib +..\dtd\*.dtd %_DEST%\bin\*.* +..\%__SRC%\misc\embobj.component %_DEST%\xml\embobj.component +..\%__SRC%\misc\emboleobj.component %_DEST%\xml\emboleobj.component -- cgit