diff options
author | chengyemao <chengyemao> | 2007-02-28 05:26:37 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2007-02-28 05:26:37 (GMT) |
commit | 972e984924b244025bb66cb5b7935f1dd0625eef (patch) | |
tree | 9c675fd1c5c626cdbda6702989ab1673b628ba32 /win/makefile.vc | |
parent | 92ae3868354a366b587cc61f7517bcd4e914f862 (diff) | |
download | tk-972e984924b244025bb66cb5b7935f1dd0625eef.zip tk-972e984924b244025bb66cb5b7935f1dd0625eef.tar.gz tk-972e984924b244025bb66cb5b7935f1dd0625eef.tar.bz2 |
Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use option at Windows
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 98c469e..e640c7f 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.100 2007/02/09 06:54:33 mistachkin Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.101 2007/02/28 05:26:37 chengyemao Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -412,6 +412,7 @@ TK_INCLUDES = -I"$(WINDIR)" -I"$(GENERICDIR)" -I"$(BITMAPDIR)" -I"$(XLIBDIR)" \ CONFIG_DEFS =-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 \ -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 \ -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 \ + -DSUPPORT_CONFIG_EMBEDDED \ !if $(HAVE_UXTHEME_H) -DHAVE_UXTHEME_H=1 \ !endif |