Browse Source

Minor fix

rdb 16 years ago
parent
commit
374595f852
1 changed files with 6 additions and 0 deletions
  1. 6 0
      direct/src/showutil/FreezeTool.py

+ 6 - 0
direct/src/showutil/FreezeTool.py

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