summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2008-12-31 23:11:48 (GMT)
committerdavygrvy <davygrvy>2008-12-31 23:11:48 (GMT)
commit3dc8f7dd7b8d7cfe717d05bd16884be814f4ea7b (patch)
tree44b62a81f296382a184136a04ae6147b28fcd0c7 /win/rules.vc
parent94ddfa858632788b008be0ab1f84c47dc7b4619a (diff)
downloadtk-3dc8f7dd7b8d7cfe717d05bd16884be814f4ea7b.zip
tk-3dc8f7dd7b8d7cfe717d05bd16884be814f4ea7b.tar.gz
tk-3dc8f7dd7b8d7cfe717d05bd16884be814f4ea7b.tar.bz2
* win/rules.vc: small bug not setting SYMBOLS macro fixed.
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 4626bc1..d03976e 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -11,7 +11,7 @@
# Copyright (c) 2003-2007 Patrick Thoyts
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.23 2008/06/13 05:46:09 mistachkin Exp $
+# RCS: @(#) $Id: rules.vc,v 1.24 2008/12/31 23:11:48 davygrvy Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -214,6 +214,7 @@ _VC_MANIFEST_EMBED_DLL=if exist $@.manifest mt -nologo -manifest $@.manifest -ou
STATIC_BUILD = 0
TCL_THREADS = 0
DEBUG = 0
+SYMBOLS = 0
PROFILE = 0
MSVCRT = 0
LOIMPACT = 0