From: Pat Thoyts Date: Sat, 30 May 2009 17:00:52 +0000 (+0000) Subject: modified the base address X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=54c12c01613d57309f313aa47431e7c5f6f6050a;p=tclvfs modified the base address --- diff --git a/win/makefile.vc b/win/makefile.vc index b8a932b..bbf9ba2 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -332,9 +332,10 @@ baselibs = $(baselibs) bufferoverflowU.lib !endif !if exist("$(TCLDIR)\win\coffbase.txt") -dllbase = -base:@$(TCLDIR)\win\coffbase.txt,tdbc +#dllbase = -base:@$(TCLDIR)\win\coffbase.txt,tclvfs +dllbase = -base:0x10A70000 !else -dllbase = -base:0x10A70000 +dllbase = -base:0x10A70000 !endif #---------------------------------------------------------------------