diff options
-rw-r--r-- | dtrans/prj/build.lst | 2 | ||||
-rw-r--r-- | sax/prj/build.lst | 2 | ||||
-rw-r--r-- | tools/prj/build.lst | 2 | ||||
-rw-r--r-- | ucbhelper/prj/build.lst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/prj/build.lst b/dtrans/prj/build.lst index 1fb2cd81a2e3..4003076aad27 100644 --- a/dtrans/prj/build.lst +++ b/dtrans/prj/build.lst @@ -1,4 +1,4 @@ -dr dtrans : offuh rdbmaker vos NULL +dr dtrans : offapi offuh rdbmaker vos NULL dr dtrans usr1 - all dr_mkout NULL dr dtrans\source\cnttype nmake - all dr_cnttype NULL dr dtrans\source\win32\misc nmake - w dr_win32_misc NULL diff --git a/sax/prj/build.lst b/sax/prj/build.lst index 06feb72c5f45..f8bd5fd64cab 100644 --- a/sax/prj/build.lst +++ b/sax/prj/build.lst @@ -1,4 +1,4 @@ -ax sax : cppuhelper external NULL +ax sax : offapi cppuhelper external NULL ax sax usr1 - all ax_mkout NULL ax sax\unotypes nmake - all ax_unotypes NULL ax sax\source\expatwrap nmake - all ax_expatwrap ax_unotypes NULL diff --git a/tools/prj/build.lst b/tools/prj/build.lst index d950f998516a..b4478e2a8a5d 100644 --- a/tools/prj/build.lst +++ b/tools/prj/build.lst @@ -1,4 +1,4 @@ -tl tools : external vos NULL +tl tools : offapi external vos NULL tl tools usr1 - all tl_mkout NULL tl tools\bootstrp\isdll get - all tl_bsisdll NULL tl tools\bootstrp\addexes get - all tl_bsexes NULL diff --git a/ucbhelper/prj/build.lst b/ucbhelper/prj/build.lst index 9d998a61dd6a..73c370f59aed 100644 --- a/ucbhelper/prj/build.lst +++ b/ucbhelper/prj/build.lst @@ -1,4 +1,4 @@ -uh ucbhelper : sal vos cppu cppuhelper NULL +uh ucbhelper : offapi sal vos cppu cppuhelper NULL uh ucbhelper usr1 - all uh_mkout NULL uh ucbhelper\unotypes nmake - all uh_unotypes NULL uh ucbhelper\source\client nmake - all uh_client uh_unotypes NULL |