aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-03 05:41:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-03 05:41:11 +0000
commit59cebb950f7002df6c08365b1eeb2bb2e4c394ef (patch)
treea039fb203f75789838aa0353574af95644cb55ec /config.nmake
parent0eec920b42ebe5d292e04db20f0d0df9c944045f (diff)
remove the PDB_FILE setting from config.nmake - there's no real need for this info
add some missing files to the clean targets svn path=/trunk/; revision=20290
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 879e5afba3..f91c741a00 100644
--- a/config.nmake
+++ b/config.nmake
@@ -400,9 +400,6 @@ LOCAL_LDFLAGS=/DEBUG /DEFAULTLIB:msvcrt /NODEFAULTLIB:libc /NODEFAULTLIB:libcmt
WS_PLUGIN_LDFLAGS=/DEBUG /NOLOGO /INCREMENTAL:no /MACHINE:I386
-# Set PDB_FILE according to your VC++ version
-PDB_FILE=vc*.pdb
-
#
# Optional: Use the User's Guide as the online help system
# (currently experimental).