diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-01-02 11:55:40 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-01-02 11:55:40 +0000 |
commit | c020f70e90c43d5ab0e7976586bf8a69b12d76e2 (patch) | |
tree | 3478727e72b1ce283c84f372e8aef0fad19c6338 /desktop/source/pkgchk/unopkg | |
parent | da59dabe758f508dd9a49b3c7b4fe57648834212 (diff) |
#i10000# #i73009# resource parallel build conflict
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r-- | desktop/source/pkgchk/unopkg/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/makefile.mk b/desktop/source/pkgchk/unopkg/makefile.mk index 29f46b4f67be..90479a999491 100644 --- a/desktop/source/pkgchk/unopkg/makefile.mk +++ b/desktop/source/pkgchk/unopkg/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jl $ $Date: 2006-12-22 09:03:34 $ +# last change: $Author: ihi $ $Date: 2007-01-02 12:55:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ APP2TARGET = unopkg .IF "$(GUI)" == "WNT" APP2ICON=$(SOLARRESDIR)$/icons/ooo-main-app.ico -APP2LINKRES=$(MISC)$/$(TARGET)1.res +APP2LINKRES=$(MISC)$/$(TARGET)2.res .ENDIF # WNT DEPOBJFILES = $(MYAPP1OBJS) \ |