diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:11 +0300 |
commit | cb7dc5b4050dd7f6978bcb90c9bfee943442bcda (patch) | |
tree | 50887f1a8183455ac53ab3dc5a705f9facd60633 /test | |
parent | 79cfff0b519f6970aea23de3ee6fd7080f65b832 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'test')
-rw-r--r-- | test/prj/d.lst | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/test/prj/d.lst b/test/prj/d.lst index 18a599fd5..29388bc72 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -1,17 +1,17 @@ -mkdir: %_DEST%\inc%_EXT%\test -mkdir: %_DEST%\inc%_EXT%\test\detail -..\%__SRC%\bin\test.dll %_DEST%\bin%_EXT%\test.dll -..\%__SRC%\bin\unoexceptionprotector.dll %_DEST%\bin%_EXT%\unoexceptionprotector.dll -..\%__SRC%\lib\itest.lib %_DEST%\lib%_EXT%\itest.lib -..\%__SRC%\lib\libtest.dylib %_DEST%\lib%_EXT%\libtest.dylib -..\%__SRC%\lib\libtest.so %_DEST%\lib%_EXT%\libtest.so -..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib%_EXT%\unoexceptionprotector.dylib -..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib%_EXT%\unoexceptionprotector.so -..\inc\test\detail\testdllapi.hxx %_DEST%\inc%_EXT%\test\detail\testdllapi.hxx -..\inc\test\gettestargument.hxx %_DEST%\inc%_EXT%\test\gettestargument.hxx -..\inc\test\officeconnection.hxx %_DEST%\inc%_EXT%\test\officeconnection.hxx -..\inc\test\oustringostreaminserter.hxx %_DEST%\inc%_EXT%\test\oustringostreaminserter.hxx -..\inc\test\toabsolutefileurl.hxx %_DEST%\inc%_EXT%\test\toabsolutefileurl.hxx -..\inc\test\uniquepipename.hxx %_DEST%\inc%_EXT%\test\uniquepipename.hxx -..\%__SRC%\class\test.jar %_DEST%\bin%_EXT%\test.jar -..\%__SRC%\class\test-tools.jar %_DEST%\bin%_EXT%\test-tools.jar +mkdir: %_DEST%\inc\test +mkdir: %_DEST%\inc\test\detail +..\%__SRC%\bin\test.dll %_DEST%\bin\test.dll +..\%__SRC%\bin\unoexceptionprotector.dll %_DEST%\bin\unoexceptionprotector.dll +..\%__SRC%\lib\itest.lib %_DEST%\lib\itest.lib +..\%__SRC%\lib\libtest.dylib %_DEST%\lib\libtest.dylib +..\%__SRC%\lib\libtest.so %_DEST%\lib\libtest.so +..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib\unoexceptionprotector.dylib +..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib\unoexceptionprotector.so +..\inc\test\detail\testdllapi.hxx %_DEST%\inc\test\detail\testdllapi.hxx +..\inc\test\gettestargument.hxx %_DEST%\inc\test\gettestargument.hxx +..\inc\test\officeconnection.hxx %_DEST%\inc\test\officeconnection.hxx +..\inc\test\oustringostreaminserter.hxx %_DEST%\inc\test\oustringostreaminserter.hxx +..\inc\test\toabsolutefileurl.hxx %_DEST%\inc\test\toabsolutefileurl.hxx +..\inc\test\uniquepipename.hxx %_DEST%\inc\test\uniquepipename.hxx +..\%__SRC%\class\test.jar %_DEST%\bin\test.jar +..\%__SRC%\class\test-tools.jar %_DEST%\bin\test-tools.jar |