|
@@ -785,6 +785,9 @@ class Freezer:
|
|
|
link = self.linkExe % {
|
|
link = self.linkExe % {
|
|
|
'python' : Python,
|
|
'python' : Python,
|
|
|
'msvs' : MSVS,
|
|
'msvs' : MSVS,
|
|
|
|
|
+ 'pythonIPath' : PythonIPath,
|
|
|
|
|
+ 'pythonLPath' : PythonLPath,
|
|
|
|
|
+ 'pythonVersion' : PythonVersion,
|
|
|
'filename' : filename,
|
|
'filename' : filename,
|
|
|
'basename' : basename,
|
|
'basename' : basename,
|
|
|
}
|
|
}
|
|
@@ -809,6 +812,9 @@ class Freezer:
|
|
|
link = self.linkDll % {
|
|
link = self.linkDll % {
|
|
|
'python' : Python,
|
|
'python' : Python,
|
|
|
'msvs' : MSVS,
|
|
'msvs' : MSVS,
|
|
|
|
|
+ 'pythonIPath' : PythonIPath,
|
|
|
|
|
+ 'pythonLPath' : PythonLPath,
|
|
|
|
|
+ 'pythonVersion' : PythonVersion,
|
|
|
'filename' : filename,
|
|
'filename' : filename,
|
|
|
'basename' : basename,
|
|
'basename' : basename,
|
|
|
}
|
|
}
|