Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: use THG_DEBUG to enable debug output

environment var is still the same

Changeset e981eceda49b

Parent 1cd196c6b23c

by Adrian Buehlmann

Changes to 2 files · Browse files at e981eceda49b Showing diff from parent 1cd196c6b23c Diff from another changeset...

 
31
32
33
34
 
35
36
37
 
31
32
33
 
34
35
36
37
@@ -31,7 +31,7 @@
   # set DEBUG env var to 1 to enable debug trace  ifeq ($(DEBUG),1) -CXXFLAGS+=-D_DEBUG +CXXFLAGS+=-DTHG_DEBUG  endif    all: THgShell.dll dirstate.exe
 
30
31
32
33
 
34
35
36
 
30
31
32
 
33
34
35
36
@@ -30,7 +30,7 @@
   #define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))   -#ifdef _DEBUG +#ifdef THG_DEBUG   #include <sstream>     // TDEBUG_TRACE() prints debugging messages to Windows' debugger display.