diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:25:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:25:56 +0300 |
commit | d32db65e8ffb848e23d6521550aeaa3f210fe9de (patch) | |
tree | 6cf30e4284c6478ade5619c0a4d0c1dd3679f2ba /embedserv | |
parent | 953524f87e4271ad9550ae81c087f29e43a6afd5 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'embedserv')
-rw-r--r-- | embedserv/prj/d.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedserv/prj/d.lst b/embedserv/prj/d.lst index e01fbabf84e0..292dfe821cd3 100644 --- a/embedserv/prj/d.lst +++ b/embedserv/prj/d.lst @@ -1,2 +1,2 @@ -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll -..\%__SRC%\misc\emser.component %_DEST%\xml%_EXT%\emser.component +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\misc\emser.component %_DEST%\xml\emser.component |