[Libreoffice-commits] .: solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Thu Oct 6 05:37:06 PDT 2011


 solenv/inc/wntmsc.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c9991493da19151ae9663b8021365b16f0535f0e
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Oct 6 15:25:26 2011 +0300

    Put .pdb files in misc as before, avoid cluttering up source directories

diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk
index 57a7f90..8471135 100644
--- a/solenv/inc/wntmsc.mk
+++ b/solenv/inc/wntmsc.mk
@@ -102,7 +102,7 @@ CFLAGS+= -Gy
 # Flags to enable build with symbols; old comment said "required for crashdump feature"
 # but unclear if that is true or not any more; just use the same as CFLAGSDEBUG for now.
 # That is what we do in gbuild anyway...
-CFLAGSENABLESYMBOLS=-Zi
+CFLAGSENABLESYMBOLS=-Zi -Fd$(MISC)/$(@:b).pdb
 
 .IF "$(bndchk)" != ""
 .IF "$(debug)" == ""
@@ -149,7 +149,7 @@ CDEFSOBJMT+=-D_DLL
 .ENDIF # "$(DYNAMIC_CRT)"!=""
 
 CFLAGSPROF=-Gh -Fd$(MISC)/$(@:b).pdb
-CFLAGSDEBUG=-Zi
+CFLAGSDEBUG=-Zi -Fd$(MISC)/$(@:b).pdb
 CFLAGSDBGUTIL=
 .IF "$(VC_STANDARD)"==""
 CFLAGSOPT=-Oxs -Oy-


More information about the Libreoffice-commits mailing list