From 69b7d76e12e7726910f8b2121789c38d714fe565 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Tue, 13 Jan 2004 13:43:36 +0000 Subject: uuid.lib needed by tkWinSend --- win/makefile.vc | 4 ++-- 1 file 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 -- cgit v0.12