diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-18 23:51:46 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-18 23:51:46 (GMT) |
commit | 9a0f85ad1411ce54f5ba3d9efae5542a19839022 (patch) | |
tree | 621b2fb870d614c0a4cb7ac0621960a7b279c7ab /win/makefile.vc | |
parent | 0438a7eeef1cf872498db9d000d5f1ee0d96cf88 (diff) | |
download | tk-9a0f85ad1411ce54f5ba3d9efae5542a19839022.zip tk-9a0f85ad1411ce54f5ba3d9efae5542a19839022.tar.gz tk-9a0f85ad1411ce54f5ba3d9efae5542a19839022.tar.bz2 |
Added TIP#48 style engine implementation
Frederic Bonnet to supply docs+tests as soon as possible.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index d8752da..834b4c7 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.60 2002/06/10 22:45:51 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.61 2002/06/18 23:51:46 dkf Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -351,6 +351,7 @@ TKOBJS = \ $(TMP_DIR)\tkScale.obj \ $(TMP_DIR)\tkScrollbar.obj \ $(TMP_DIR)\tkSelect.obj \ + $(TMP_DIR)\tkStyle.obj \ $(TMP_DIR)\tkText.obj \ $(TMP_DIR)\tkTextBTree.obj \ $(TMP_DIR)\tkTextDisp.obj \ |