diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 09:58:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 09:58:32 +0000 |
commit | 00a4f6aa538d99369e4755122754bea5a007e582 (patch) | |
tree | 8827313a13c1d44db3f45e57cde88519ebac7eec /embeddedobj | |
parent | b106495c2cf2b1ca9beead85dbabbb722c6b8010 (diff) |
INTEGRATION: CWS obo12 (1.12.8); FILE MERGED
2007/05/16 07:43:25 obo 1.12.8.1: #i76713# DISABLE_ATL support
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/makefile.mk b/embeddedobj/source/msole/makefile.mk index 8aea5dcc1ece..d911b54a12da 100644 --- a/embeddedobj/source/msole/makefile.mk +++ b/embeddedobj/source/msole/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:43:30 $ +# last change: $Author: ihi $ $Date: 2007-06-05 10:58:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,8 @@ TARGET=emboleobj .INCLUDE : settings.mk +.IF "$(DISABLE_ATL)"=="" + LIBTARGET=NO USE_DEFFILE=YES INCPRE+=$(ATL_INCLUDE) @@ -131,7 +133,7 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) - +.ENDIF # --- Targets ------------------------------------------------------- .INCLUDE : target.mk |