diff options
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 |