aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-27 13:19:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-27 13:19:06 +0000
commitcce063356ed1e62c7118aeb2d6463c2945fb81c8 (patch)
treec2909ad1a55a952e85f6f4f90ed56dff5133e7b6 /config.nmake
parenta777dd9394e47e44e51061b02f5a1279e198c902 (diff)
added/changed some comments
svn path=/trunk/; revision=9456
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake11
1 files changed, 8 insertions, 3 deletions
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