diff options
Diffstat (limited to 'unotest/prj')
-rw-r--r-- | unotest/prj/build.lst | 5 | ||||
-rw-r--r-- | unotest/prj/d.lst | 22 | ||||
-rw-r--r-- | unotest/prj/makefile.mk | 1 |
3 files changed, 2 insertions, 26 deletions
diff --git a/unotest/prj/build.lst b/unotest/prj/build.lst index 0a60de3b6c90..dc3d4239232b 100644 --- a/unotest/prj/build.lst +++ b/unotest/prj/build.lst @@ -1,5 +1,2 @@ unote unotest : BOOST:boost cppu cppuhelper comphelper CPPUNIT:cppunit javaunohelper offapi ridljar sal solenv unoil QADEVOOO:qadevOOo NULL -unote unotest\source\cpp nmake - all source_cpp NULL -unote unotest\source\cpp\unoexceptionprotector nmake - all source_cpp_unoexceptionprotector NULL -unote unotest\source\java\org\openoffice\test nmake - all source_java NULL -unote unotest\source\java\org\openoffice\test\tools nmake - all source_java_tools NULL +unote unotest\prj nmake - all unotest_prj NULL diff --git a/unotest/prj/d.lst b/unotest/prj/d.lst index 5bf1589e70f4..e69de29bb2d1 100644 --- a/unotest/prj/d.lst +++ b/unotest/prj/d.lst @@ -1,22 +0,0 @@ -mkdir: %_DEST%\inc\unotest -mkdir: %_DEST%\inc\unotest\detail -..\%__SRC%\bin\unotest.dll %_DEST%\bin\unotest.dll -..\%__SRC%\bin\unoexceptionprotector.dll %_DEST%\bin\unoexceptionprotector.dll -..\%__SRC%\lib\iunotest.lib %_DEST%\lib\iunotest.lib -..\%__SRC%\lib\libunotest.dylib %_DEST%\lib\libunotest.dylib -..\%__SRC%\lib\libunotest.so %_DEST%\lib\libunotest.so -..\%__SRC%\lib\libunotest.dll.a %_DEST%\lib\libunotest.dll.a -..\%__SRC%\lib\libunotest.a %_DEST%\lib\libunotest.a -..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib\unoexceptionprotector.dylib -..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib\unoexceptionprotector.so -..\%__SRC%\lib\libunoexceptionprotector.so %_DEST%\lib\libunoexceptionprotector.so -..\inc\unotest\detail\unotestdllapi.hxx %_DEST%\inc\unotest\detail\unotestdllapi.hxx -..\inc\unotest\bootstrapfixturebase.hxx %_DEST%\inc\unotest\bootstrapfixturebase.hxx -..\inc\unotest\filters-test.hxx %_DEST%\inc\unotest\filters-test.hxx -..\inc\unotest\macros_test.hxx %_DEST%\inc\unotest\macros_test.hxx -..\inc\unotest\gettestargument.hxx %_DEST%\inc\unotest\gettestargument.hxx -..\inc\unotest\officeconnection.hxx %_DEST%\inc\unotest\officeconnection.hxx -..\inc\unotest\toabsolutefileurl.hxx %_DEST%\inc\unotest\toabsolutefileurl.hxx -..\inc\unotest\uniquepipename.hxx %_DEST%\inc\unotest\uniquepipename.hxx -..\%__SRC%\class\test.jar %_DEST%\bin\test.jar -..\%__SRC%\class\test-tools.jar %_DEST%\bin\test-tools.jar diff --git a/unotest/prj/makefile.mk b/unotest/prj/makefile.mk new file mode 100644 index 000000000000..0997622e00f6 --- /dev/null +++ b/unotest/prj/makefile.mk @@ -0,0 +1 @@ +.INCLUDE : gbuildbridge.mk |