diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:50:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:50:27 +0000 |
commit | 97390e2e103c182bad43e944425986b247de3983 (patch) | |
tree | 3690b2c38bc1a26e13d15f86ff88badc076be437 /sfx2 | |
parent | e01a8370881a253f0ecdaf631b100ba158836e14 (diff) |
INTEGRATION: CWS os2port03 (1.52.84); FILE MERGED
2008/07/17 05:26:17 obr 1.52.84.2: RESYNC: (1.52-1.55); FILE MERGED
2008/04/17 14:26:22 ydario 1.52.84.1: Issue number: i85203
Submitted by: ydario
Reviewed by: ydario
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk index 18fb6f199d00..48d1258e2838 100644 --- a/sfx2/source/appl/makefile.mk +++ b/sfx2/source/appl/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.55 $ +# $Revision: 1.56 $ # # This file is part of OpenOffice.org. # @@ -132,6 +132,10 @@ LIB2TARGET= $(SLB)$/quickstart.lib LIB2OBJFILES= $(QUICKSTART_OBJECTS) .ENDIF +.IF "$(GUI)"=="OS2" +SLOFILES += $(SLO)$/shutdowniconOs2.obj +.ENDIF + EXCEPTIONSFILES=\ $(SLO)$/imagemgr.obj \ $(SLO)$/appopen.obj \ |