diff options
-rw-r--r-- | test/prj/build.lst | 2 | ||||
-rw-r--r-- | testshl2/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/prj/build.lst b/test/prj/build.lst index 59fea900f394..1bf76d664a7a 100644 --- a/test/prj/build.lst +++ b/test/prj/build.lst @@ -1,4 +1,4 @@ -te test : BOOST:boost cppu cppuhelper cppunit javaunohelper offuh ridljar sal solenv unoil NULL +te test : BOOST:boost cppu cppuhelper CPPUNIT:cppunit javaunohelper offuh ridljar sal solenv unoil NULL te test\inc nmake - all inc NULL te test\source\cpp nmake - all source_cpp inc NULL te test\source\java nmake - all source_java NULL diff --git a/testshl2/prj/build.lst b/testshl2/prj/build.lst index 7bbdfa8c1646..409933e52195 100644 --- a/testshl2/prj/build.lst +++ b/testshl2/prj/build.lst @@ -1,4 +1,4 @@ -t2 testshl2 : cppunit sal NULL +t2 testshl2 : CPPUNIT:cppunit sal NULL t2 testshl2 usr1 - all t2_mkout NULL t2 testshl2\inc nmake - all t2_inc NULL t2 testshl2\source\cppunit\win32 nmake - all t2_src_cppunit_win32 t2_inc NULL |