Commit 3d9b5a5c authored by Christian Heimes's avatar Christian Heimes

Updated readme.txt

Added user macro for tcltk 64bit directory
Redone some changes to the ssl project. From now on the _ssl project depends on a 32bit build of Python to aid cross compiling on a 32bit OS.
parent e39439e3
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(tcltkDir)\include" AdditionalIncludeDirectories="&quot;$(tcltk64Dir)\include&quot;"
PreprocessorDefinitions="WITH_APPINIT" PreprocessorDefinitions="WITH_APPINIT"
/> />
<Tool <Tool
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(tcltkDir)\lib\tcl84.lib $(tcltkDir)\lib\tk84.lib $(tcltkDir)\lib\tix8.4\tix84.lib" AdditionalDependencies="$(tcltk64Dir)\lib\tcl84.lib $(tcltk64Dir)\lib\tk84.lib $(tcltk64Dir)\lib\tix8.4\tix84.lib"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(tcltkDir)\include" AdditionalIncludeDirectories="&quot;$(tcltk64Dir)\include&quot;"
PreprocessorDefinitions="WITH_APPINIT" PreprocessorDefinitions="WITH_APPINIT"
/> />
<Tool <Tool
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(tcltkDir)\lib\tcl84.lib $(tcltkDir)\lib\tk84.lib $(tcltkDir)\lib\tix8.4\tix84.lib" AdditionalDependencies="$(tcltk64Dir)\lib\tcl84.lib $(tcltk64Dir)\lib\tk84.lib $(tcltk64Dir)\lib\tix8.4\tix84.lib"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(tcltkDir)\include" AdditionalIncludeDirectories="&quot;$(tcltk64Dir)\include&quot;"
PreprocessorDefinitions="WITH_APPINIT" PreprocessorDefinitions="WITH_APPINIT"
/> />
<Tool <Tool
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(tcltkDir)\lib\tcl84.lib $(tcltkDir)\lib\tk84.lib $(tcltkDir)\lib\tix8.4\tix84.lib" AdditionalDependencies="$(tcltk64Dir)\lib\tcl84.lib $(tcltk64Dir)\lib\tk84.lib $(tcltk64Dir)\lib\tix8.4\tix84.lib"
TargetMachine="17" TargetMachine="17"
/> />
<Tool <Tool
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(tcltkDir)\include" AdditionalIncludeDirectories="&quot;$(tcltk64Dir)\include&quot;"
PreprocessorDefinitions="WITH_APPINIT" PreprocessorDefinitions="WITH_APPINIT"
/> />
<Tool <Tool
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(tcltkDir)\lib\tcl84.lib $(tcltkDir)\lib\tk84.lib $(tcltkDir)\lib\tix8.4\tix84.lib" AdditionalDependencies="$(tcltk64Dir)\lib\tcl84.lib $(tcltk64Dir)\lib\tk84.lib $(tcltk64Dir)\lib\tix8.4\tix84.lib"
TargetMachine="17" TargetMachine="17"
/> />
<Tool <Tool
......
...@@ -20,8 +20,4 @@ ...@@ -20,8 +20,4 @@
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="" CommandLine=""
/> />
<UserMacro
Name="PythonExe"
Value="$(OutDir)python.exe"
/>
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
/> />
<UserMacro <UserMacro
Name="PythonExe" Name="PythonExe"
Value="$(OutDir)python_d.exe" Value="$(SolutionDir)python_d.exe"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
Name="PyDllName" Name="PyDllName"
Value="python30" Value="python30"
/> />
<UserMacro
Name="PythonExe"
Value="$(SolutionDir)\python.exe"
/>
<UserMacro <UserMacro
Name="bsddbDir" Name="bsddbDir"
Value="..\..\db-4.4.20\build_win32\" Value="..\..\db-4.4.20\build_win32\"
...@@ -60,4 +64,8 @@ ...@@ -60,4 +64,8 @@
Name="tcltkDir" Name="tcltkDir"
Value="..\..\tcltk\" Value="..\..\tcltk\"
/> />
<UserMacro
Name="tcltk64Dir"
Value="..\..\tcltk64"
/>
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment