projects
/
tclvfs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72708a0
)
modified the base address
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sat, 30 May 2009 17:00:52 +0000
(17:00 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sat, 30 May 2009 17:00:52 +0000
(17:00 +0000)
win/makefile.vc
patch
|
blob
|
history
diff --git
a/win/makefile.vc
b/win/makefile.vc
index b8a932bdac70e973422750405dd16ebf610d8b38..bbf9ba20d9e6eb920b98f357ba51c92361d0adf6 100644
(file)
--- 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
#---------------------------------------------------------------------