# HG changeset patch # User Adrian Buehlmann <[email protected]> # Date 1245183837 -7200 # Node ID 0a1431095af75f8aa5ec91b7de63bb546771a0b8 # Parent bf3201442a6c4eda9670ee9db43bf09fd971a4be shellext: define THG_DEBUG for Makefile.nmake
diff --git a/win32/shellext/Makefile.nmake b/win32/shellext/Makefile.nmake --- a/win32/shellext/Makefile.nmake +++ b/win32/shellext/Makefile.nmake @@ -21,7 +21,7 @@ LIBS = User32.lib Ole32.lib Shlwapi.l DEFFILE = ShellExt.def -CPPFLAGS = /nologo /Ox /W2 /EHsc /MD /DAPPMAIN +CPPFLAGS = /nologo /Ox /W2 /EHsc /MD /DAPPMAIN /DTHG_DEBUG BASE_LDFLAGS = /nologo /INCREMENTAL:NO /MANIFEST $(LIBS) LDFLAGS_THGSHELL = $(BASE_LDFLAGS) /DLL /DEF:$(DEFFILE) LDFLAGS_DIRSTATE = $(BASE_LDFLAGS) /SUBSYSTEM:CONSOLE ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
