From cce063356ed1e62c7118aeb2d6463c2945fb81c8 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 27 Dec 2003 13:19:06 +0000 Subject: added/changed some comments svn path=/trunk/; revision=9456 --- config.nmake | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index 88a6594027..4c448a4bf0 100644 --- a/config.nmake +++ b/config.nmake @@ -1,9 +1,9 @@ -# $Id: config.nmake,v 1.72 2003/12/26 11:37:58 ulfl Exp $ +# $Id: config.nmake,v 1.73 2003/12/27 13:19:06 ulfl Exp $ VERSION=0.10.0 # -# This should be comma-separated, not dot-separated, as per Graham -# Bloice's message in +# The RC_VERSION should be comma-separated, not dot-separated, +# as per Graham Bloice's message in # # http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html # @@ -99,7 +99,12 @@ ICONV_DIR=C:\ethereal-win32-libs\libiconv-1.9.1.bin.woe32 # GETTEXT_DIR=C:\ethereal-win32-libs\gettext-runtime-0.12.1.bin.woe32 +# Compiler flags +# -Zi create .pdb file for debugging LOCAL_CFLAGS=-Zi + +# Linker flags +# /DEBUG generate debug info LOCAL_LDFLAGS=/DEBUG # Set PDB_FILE according to your VC++ version -- cgit v1.2.3