diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:35 +0300 |
commit | 7862e397af81c066658d10781c4ab23460d9b2e8 (patch) | |
tree | 1ce6a0cae2e0d7e2ecc8c9b809b1836dc3f98cdd /remotebridges | |
parent | d3c0f25fa4f2ebef3a03806fcb2abe22acdd28d5 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/prj/d.lst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remotebridges/prj/d.lst b/remotebridges/prj/d.lst index b8b46ae7089c..8f9c063f196d 100644 --- a/remotebridges/prj/d.lst +++ b/remotebridges/prj/d.lst @@ -1,4 +1,4 @@ -..\%__SRC%\bin\uuresolver.uno.dll %_DEST%\bin%_EXT%\uuresolver.uno.dll -..\%__SRC%\lib\uuresolver.uno.dylib %_DEST%\lib%_EXT%\uuresolver.uno.dylib -..\%__SRC%\lib\uuresolver.uno.so %_DEST%\lib%_EXT%\uuresolver.uno.so -..\%__SRC%\misc\uuresolver.component %_DEST%\xml%_EXT%\uuresolver.component +..\%__SRC%\bin\uuresolver.uno.dll %_DEST%\bin\uuresolver.uno.dll +..\%__SRC%\lib\uuresolver.uno.dylib %_DEST%\lib\uuresolver.uno.dylib +..\%__SRC%\lib\uuresolver.uno.so %_DEST%\lib\uuresolver.uno.so +..\%__SRC%\misc\uuresolver.component %_DEST%\xml\uuresolver.component |