diff options
author | vincentdarley <vincentdarley> | 2004-01-13 13:43:36 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-01-13 13:43:36 (GMT) |
commit | 69b7d76e12e7726910f8b2121789c38d714fe565 (patch) | |
tree | e9863414022d29bb778f0950dd03b3ec659dadd4 /win/makefile.vc | |
parent | 475a691cd4526144149fa20e18994e84959a7361 (diff) | |
download | tk-69b7d76e12e7726910f8b2121789c38d714fe565.zip tk-69b7d76e12e7726910f8b2121789c38d714fe565.tar.gz tk-69b7d76e12e7726910f8b2121789c38d714fe565.tar.bz2 |
uuid.lib needed by tkWinSend
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 8f5b502..27bad09 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2003 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.78 2004/01/13 02:01:39 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.79 2004/01/13 13:43:36 vincentdarley Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -433,7 +433,7 @@ dlllflags = $(lflags) -dll conlflags = $(lflags) -subsystem:console guilflags = $(lflags) -subsystem:windows -baselibs = kernel32.lib user32.lib ole32.lib oleaut32.lib +baselibs = kernel32.lib user32.lib ole32.lib oleaut32.lib uuid.lib guilibs = $(baselibs) gdi32.lib |