diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-07-05 09:23:31 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-07-05 09:23:31 +0000 |
commit | d18903349d961471d2893e5c159fd6c890647b45 (patch) | |
tree | 5eb04f4455fec4ce02f3d1f330d4fe5742ae4f8f /cppu/test/makefile.mk | |
parent | e39795e5257b0ee3765c501fb47cc30fb05ab1c8 (diff) |
added extra mapping option for c++
Diffstat (limited to 'cppu/test/makefile.mk')
-rw-r--r-- | cppu/test/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index 58917dbcc..c58c5ef36 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: dbo $ $Date: 2001-05-09 14:23:29 $ +# last change: $Author: dbo $ $Date: 2001-07-05 10:23:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -120,6 +120,10 @@ CFLAGS += /Ob0 .ENDIF .ENDIF +.IF "$(extra_mapping)" != "" +CFLAGS += -DEXTRA_MAPPING +.ENDIF + .INCLUDE : target.mk CPPUMAKERFLAGS = -C |