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

INTEGRATION: CWS ooo11rc2 (1.3.56); FILE MERGED

2003/07/15 06:22:01 fa 1.3.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 164526be
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: hr $ $Date: 2003-03-25 18:22:04 $
# last change: $Author: hr $ $Date: 2003-07-16 17:40:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -87,7 +87,7 @@ APP1OBJS= $(SLO)$/threadtest.obj \
# [ed] 6/16/02 Add the transaction manager library on OS X
.IF "$(OS)"=="MACOSX"
.IF "$(OS)$(CVER)"=="MACOSXC295"
APP1OBJS+= $(SLO)$/transactionmanager.obj
.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