diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-17 07:05:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-17 07:05:03 (GMT) |
commit | 5e7fb3bd5257b456337574f1ef0144fd0e78aeeb (patch) | |
tree | 6c4a81b1289861c45940045e4e184a99545a2819 /win | |
parent | 322815d9cb62dbfd4ebf1fbed27c07ff30b01079 (diff) | |
download | tk-5e7fb3bd5257b456337574f1ef0144fd0e78aeeb.zip tk-5e7fb3bd5257b456337574f1ef0144fd0e78aeeb.tar.gz tk-5e7fb3bd5257b456337574f1ef0144fd0e78aeeb.tar.bz2 |
"noxp" makes no sense any more
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index fb28a91..971afaa 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -23,8 +23,6 @@ # noembed = Embeds Tcl scripts into the wish executable. Currently only
# applicable for static builds. Non-static builds currently
# never embed.
-# noxp = If you do not have the uxtheme.h header then you
-# cannot include support for XP themeing.
# square = Include the demo square widget.
#
# Possible values for TARGET are:
@@ -112,10 +110,6 @@ USING_PRE87_TCL = 1 TTK_SQUARE_WIDGET = 0
TK_EMBED_SCRIPTS = $(STATIC_BUILD)
!else
-!if [nmakehlp -f $(OPTS) "noxp"]
-!message *** Exclude support for XP theme
-!else
-!endif
!if [nmakehlp -f "$(OPTS)" "square"]
!message *** Include ttk square demo widget
TTK_SQUARE_WIDGET = 1
|