diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2009-10-27 16:02:47 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2009-10-27 16:02:47 +0000 |
commit | 3efb06e835112a82bb38d3687b28fd20450a6471 (patch) | |
tree | 2af65c27d954aa4507a0fa64a502f3c0bdc7d2ee /desktop/util | |
parent | ae379e35cf1a254fc1edbc16c1269cbbb671defe (diff) |
#i10000# do not build StarOffice build for OpenOffice
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 05f129b3c5fc..12cde0b8649c 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -79,6 +79,7 @@ RESLIB1SRSFILES= $(SRS)$/desktop.srs \ $(SRS)$/wizard.srs .IF "$(L10N_framework)"=="" +.IF "$(LINK_SO)"=="TRUE" .IF "$(GUI)" != "OS2" APP1TARGET=so$/$(TARGET) APP1NOSAL=TRUE @@ -143,6 +144,8 @@ APP1STACK=10000000 .ENDIF # "$(GUI)" != "OS2" +.ENDIF # "$(LINK_SO)"=="TRUE" + APP5TARGET=soffice APP5NOSAL=TRUE APP5RPATH=BRAND |