summaryrefslogtreecommitdiffstats
path: root/win/tcl.rc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-01-16 02:40:20 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-01-16 02:40:20 (GMT)
commite9f4b506270b1e195402255990e73f86550d3d38 (patch)
treee2bea8416ae95a078e95a9b69ade2eb8f1061eae /win/tcl.rc
parent688062153bc46f241a574961a7523c21bc7311da (diff)
downloadtcl-e9f4b506270b1e195402255990e73f86550d3d38.zip
tcl-e9f4b506270b1e195402255990e73f86550d3d38.tar.gz
tcl-e9f4b506270b1e195402255990e73f86550d3d38.tar.bz2
Some clean-up with how the resource files are built.
Diffstat (limited to 'win/tcl.rc')
-rw-r--r--win/tcl.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tcl.rc b/win/tcl.rc
index 93677bf..df0b22c 100644
--- a/win/tcl.rc
+++ b/win/tcl.rc
@@ -1,4 +1,4 @@
-// RCS: @(#) $Id: tcl.rc,v 1.9 2003/12/16 02:43:57 davygrvy Exp $
+// RCS: @(#) $Id: tcl.rc,v 1.10 2004/01/16 02:40:20 davygrvy Exp $
//
// Version Resource Script
//
@@ -9,14 +9,14 @@
//
// build-up the name suffix that defines the type of build this is.
//
-#ifdef TCL_THREADS
+#if TCL_THREADS
#define SUFFIX_THREADS "t"
#else
#define SUFFIX_THREADS ""
#endif
-#ifdef DEBUG
-#define SUFFIX_DEBUG "d"
+#if DEBUG
+#define SUFFIX_DEBUG "g"
#else
#define SUFFIX_DEBUG ""
#endif