diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-04 18:22:46 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-04 18:22:46 +0100 |
commit | e86e6ba80a59769106417b1270f7b81464667228 (patch) | |
tree | 9763377ae82fdd3c866bb8bf4b44d8de46acb25c /desktop/source | |
parent | 0de34b05f3c1a0409d23b63b9e69d4d7abbe1090 (diff) | |
parent | c68cecb2a638ccb53ae30d513a2bc26a6e90638d (diff) |
CWS-TOOLING: integrate CWS odficonsso1
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/pkgchk/unopkg/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk index 3562fad961d9..4a1f409f4564 100644 --- a/desktop/source/pkgchk/unopkg/makefile.mk +++ b/desktop/source/pkgchk/unopkg/makefile.mk @@ -49,6 +49,7 @@ PRJINC += ..$/..$/deployment ..$/.. CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES) .ENDIF +.IF "$(LINK_SO)"!="" APP1TARGET = so$/unopkg APP1OBJS = $(OBJFILES) APP1STDLIBS = $(SALLIB) $(UNOPKGAPPLIB) @@ -59,6 +60,7 @@ APP1RPATH = BRAND APP1ICON = $(SOLARRESDIR)$/icons/so9_main_app.ico APP1LINKRES = $(MISC)$/$(TARGET)1.res .ENDIF +.ENDIF # "$(LINK_SO)"!="" APP2TARGET = unopkg APP2OBJS = $(OBJFILES) |