diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 10:34:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 10:34:27 +0000 |
commit | 1786c5531bab2230ba74d2f61feb5c9e97453ca6 (patch) | |
tree | ba7640b4d83d8f56d6d00c23e24a151ea00b45f4 /solenv | |
parent | 410d15731bfba89ac053c38c6dd1e2104465174c (diff) |
INTEGRATION: CWS ause07 (1.4.62); FILE MERGED
2004/01/28 19:35:36 hjs 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED
2003/12/19 13:04:37 hjs 1.4.62.1: #i9399# removed resetting CFLAGS
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxlngs3904.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/solenv/inc/unxlngs3904.mk b/solenv/inc/unxlngs3904.mk index ef8c50f6690d..543f6f0f0239 100644 --- a/solenv/inc/unxlngs3904.mk +++ b/solenv/inc/unxlngs3904.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngs3904.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2003-12-17 18:10:13 $ +# last change: $Author: rt $ $Date: 2004-03-02 11:34:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,12 +89,6 @@ CXX*=g++-3.2 # name of C Compiler CC*=gcc-3.2 -# flags for C and C++ Compiler -# do not use standard header search paths -# if installed elsewhere -.IF "$(BUILD_SOSL)"!="" -CFLAGS= -.ENDIF CFLAGS+=-fsigned-char -fmessage-length=0 -c $(INCLUDE) # flags for the C++ Compiler |