modified the base address
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 30 May 2009 17:00:52 +0000 (17:00 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 30 May 2009 17:00:52 +0000 (17:00 +0000)
win/makefile.vc

index b8a932bdac70e973422750405dd16ebf610d8b38..bbf9ba20d9e6eb920b98f357ba51c92361d0adf6 100644 (file)
@@ -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
 
 #---------------------------------------------------------------------