diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:38:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:38:17 +0000 |
commit | c5c1bfb3ba391706c83b9ba4f6b0505e529b94a0 (patch) | |
tree | 0af21eca5a68a748dd434df916956704162decb6 | |
parent | 60100a8f03de546adb39978c39133919c6c2e6d0 (diff) |
INTEGRATION: CWS adc9 (1.6.28); FILE MERGED
2004/11/09 17:38:16 np 1.6.28.1: #i31023#
-rw-r--r-- | autodoc/source/mkinc/fullcpp.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/mkinc/fullcpp.mk b/autodoc/source/mkinc/fullcpp.mk index b6b0a2a3a94e..8c7ab0d40fdf 100644 --- a/autodoc/source/mkinc/fullcpp.mk +++ b/autodoc/source/mkinc/fullcpp.mk @@ -2,9 +2,9 @@ # # $RCSfile: fullcpp.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2004-02-02 20:24:58 $ +# last change: $Author: obo $ $Date: 2004-11-15 13:38:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,13 +76,13 @@ CFLAGS+= -GR # Precompiled Headers PCH_NAME= autodoc -.IF "$(DEBUG)"=="" +.IF "$(debug)"=="" CFLAGS+= -YX"precomp.h" -Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pch .ELSE CFLAGS+= -YX"precomp.h" -Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBUILD .ENDIF -.ENDIF +.ENDIF .ENDIF |