Kaydet (Commit) 45ac3ca2 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS ooo11rc2 (1.8.56); FILE MERGED

2003/07/15 06:22:02 fa 1.8.56.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16868

Dan
fa@ooo
üst c7a6d9dd
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.8 $ # $Revision: 1.9 $
# #
# last change: $Author: hr $ $Date: 2003-03-25 18:22:06 $ # last change: $Author: hr $ $Date: 2003-07-16 17:40:35 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -92,7 +92,7 @@ APP2OBJS= $(SLO)$/cfgview.obj \ ...@@ -92,7 +92,7 @@ APP2OBJS= $(SLO)$/cfgview.obj \
$(SLO)$/lockhelper.obj $(SLO)$/lockhelper.obj
# [ed] 6/16/02 Add in the transactionmanager object on OS X # [ed] 6/16/02 Add in the transactionmanager object on OS X
.IF "$(OS)"=="MACOSX" .IF "$(OS)$(CVER)"=="MACOSXC295"
APP2OBJS+= $(SLO)$/transactionmanager.obj APP2OBJS+= $(SLO)$/transactionmanager.obj
.ENDIF .ENDIF
...@@ -115,7 +115,7 @@ APP2DEPN= $(SLO)$/servicemanager.obj \ ...@@ -115,7 +115,7 @@ APP2DEPN= $(SLO)$/servicemanager.obj \
$(SLO)$/lockhelper.obj $(SLO)$/lockhelper.obj
# [ed] 6/16/02 Add in the transactionmanager object on OS X # [ed] 6/16/02 Add in the transactionmanager object on OS X
.IF "$(OS)"=="MACOSX" .IF "$(OS)$(CVER)"=="MACOSXC295"
APP2DEPN+= $(SLO)$/transactionmanager.obj APP2DEPN+= $(SLO)$/transactionmanager.obj
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment