aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/genruntimeinclude.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-04-30 13:21:24 +0000
committermarha <marha@users.sourceforge.net>2010-04-30 13:21:24 +0000
commit3e05157bedacb9719dc5f4cc25a44c34396af0ac (patch)
tree77880676b2524e7e119b7802053c97e328d67c32 /xorg-server/installer/genruntimeinclude.py
parent508c17b286e7cc47d9f3a93a3e521375b6a43b1e (diff)
downloadvcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.tar.gz
vcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.tar.bz2
vcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.zip
Debug version was not filled in correctly
Diffstat (limited to 'xorg-server/installer/genruntimeinclude.py')
-rw-r--r--xorg-server/installer/genruntimeinclude.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/genruntimeinclude.py b/xorg-server/installer/genruntimeinclude.py
index b346770eb..bad6c8324 100644
--- a/xorg-server/installer/genruntimeinclude.py
+++ b/xorg-server/installer/genruntimeinclude.py
@@ -9,7 +9,7 @@ Template=r"""!define MSVC_PUBLICTOKEN "<PUBLICTOKEN>"
!define MSVC_MANIFEST_PART "x86_Microsoft.VC90.CRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION}_<SUFFIX>.manifest"
!define MSVC_MANIFEST "<WINSXSDIR>\manifests\${MSVC_MANIFEST_PART}"
-!define MSVC_VERSION_D "<VERSION>"
+!define MSVC_VERSION_D "<DVERSION>"
!define MSVCR90_DLL_D "<WINSXSDIR>\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_<DSUFFIX>\msvcr90d.dll"
!define MSVCM90_DLL_D "<WINSXSDIR>\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_<DSUFFIX>\msvcm90d.dll"
!define MSVCP90_DLL_D "<WINSXSDIR>\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_<DSUFFIX>\msvcp90d.dll"