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 /salhelper/prj | |
parent | d3c0f25fa4f2ebef3a03806fcb2abe22acdd28d5 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'salhelper/prj')
-rw-r--r-- | salhelper/prj/d.lst | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/salhelper/prj/d.lst b/salhelper/prj/d.lst index 7a54bacdf862..6f5df50693c1 100644 --- a/salhelper/prj/d.lst +++ b/salhelper/prj/d.lst @@ -1,23 +1,23 @@ -mkdir: %_DEST%\inc%_EXT%\salhelper +mkdir: %_DEST%\inc\salhelper -..\inc\salhelper\condition.hxx %_DEST%\inc%_EXT%\salhelper\condition.hxx -..\inc\salhelper\dynload.hxx %_DEST%\inc%_EXT%\salhelper\dynload.hxx -..\inc\salhelper\future.hxx %_DEST%\inc%_EXT%\salhelper\future.hxx -..\inc\salhelper\futurequeue.hxx %_DEST%\inc%_EXT%\salhelper\futurequeue.hxx -..\inc\salhelper\monitor.hxx %_DEST%\inc%_EXT%\salhelper\monitor.hxx -..\inc\salhelper\queue.hxx %_DEST%\inc%_EXT%\salhelper\queue.hxx -..\inc\salhelper\linkhelper.hxx %_DEST%\inc%_EXT%\salhelper\linkhelper.hxx -..\inc\salhelper\refobj.hxx %_DEST%\inc%_EXT%\salhelper\refobj.hxx -..\inc\salhelper\simplereferenceobject.hxx %_DEST%\inc%_EXT%\salhelper\simplereferenceobject.hxx -..\inc\salhelper\singletonref.hxx %_DEST%\inc%_EXT%\salhelper\singletonref.hxx -..\inc\salhelper\timer.hxx %_DEST%\inc%_EXT%\salhelper\timer.hxx +..\inc\salhelper\condition.hxx %_DEST%\inc\salhelper\condition.hxx +..\inc\salhelper\dynload.hxx %_DEST%\inc\salhelper\dynload.hxx +..\inc\salhelper\future.hxx %_DEST%\inc\salhelper\future.hxx +..\inc\salhelper\futurequeue.hxx %_DEST%\inc\salhelper\futurequeue.hxx +..\inc\salhelper\monitor.hxx %_DEST%\inc\salhelper\monitor.hxx +..\inc\salhelper\queue.hxx %_DEST%\inc\salhelper\queue.hxx +..\inc\salhelper\linkhelper.hxx %_DEST%\inc\salhelper\linkhelper.hxx +..\inc\salhelper\refobj.hxx %_DEST%\inc\salhelper\refobj.hxx +..\inc\salhelper\simplereferenceobject.hxx %_DEST%\inc\salhelper\simplereferenceobject.hxx +..\inc\salhelper\singletonref.hxx %_DEST%\inc\salhelper\singletonref.hxx +..\inc\salhelper\timer.hxx %_DEST%\inc\salhelper\timer.hxx -..\%__SRC%\bin\salhelp*.dll %_DEST%\bin%_EXT%\salhelp*.dll -..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib%_EXT%\* +..\%__SRC%\bin\salhelp*.dll %_DEST%\bin\salhelp*.dll +..\%__SRC%\lib\*salhelper*.lib %_DEST%\lib\* -..\%__SRC%\lib\libuno_salhelper*.* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libuno_salhelper*.* %_DEST%\lib\* -..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\salhelper*.lib %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib\* +..\%__SRC%\lib\salhelper*.lib %_DEST%\lib\* linklib: libuno_salhelper*.*.* |