diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-03-20 11:30:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-03-20 11:30:24 +0000 |
commit | 1c3b5500bdb38768894c2330aa8a331a7f77a8c4 (patch) | |
tree | 9ed153a37c414b5edbe3f4e48e35f73af8daccb6 /cppu/util | |
parent | 26973d60996f3e3edfec83789c585dd505cc2850 (diff) |
INTEGRATION: CWS uno1 (1.5.22); FILE MERGED
2003/02/25 16:41:35 dbo 1.5.22.1: #107762# avoid use of generated headers; minor modifications
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/target.pmk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk index 18e3d3d11287..ad637dd4d17b 100644 --- a/cppu/util/target.pmk +++ b/cppu/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: dbo $ $Date: 2002-06-14 14:11:55 $ +# last change: $Author: vg $ $Date: 2003-03-20 12:30:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,10 +85,6 @@ CFLAGS += -O CFLAGS += -Ob0 .ENDIF -.IF "$(cppu_assert)" != "" -CFLAGS += -DCPPU_ASSERTIONS -.ENDIF - .ENDIF # other stuff |