diff options
author | obo <obo@openoffice.org> | 2010-03-08 15:25:30 +0100 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-03-08 15:25:30 +0100 |
commit | 600b8da63efc8dcc150bbb452300ec9b44936536 (patch) | |
tree | cd5f326572c4852dd34380200bc8e5a5717cc49f /accessibility | |
parent | f0e562d61ea6cb7db2f43d010cdeb751648d4b9d (diff) |
#i10000# build hangs in accessibility/source/extended for unxsoli4
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accessibility/source/extended/makefile.mk b/accessibility/source/extended/makefile.mk index bafd2b40c334..446ec73ec1b7 100644 --- a/accessibility/source/extended/makefile.mk +++ b/accessibility/source/extended/makefile.mk @@ -37,6 +37,9 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk # --- Files -------------------------------------------------------- +.IF "$(OS)$(COM)"=="SOLARISI" +NOOPTFILES=$(SLO)$/accessibletabbarpagelist.obj +.ENDIF # "$(OS)$(COM)"=="SOLARISI" SLOFILES=\ $(SLO)$/AccessibleBrowseBoxCheckBoxCell.obj \ |