diff options
author | marha <marha@users.sourceforge.net> | 2010-04-30 13:21:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-30 13:21:24 +0000 |
commit | 3e05157bedacb9719dc5f4cc25a44c34396af0ac (patch) | |
tree | 77880676b2524e7e119b7802053c97e328d67c32 /xorg-server/installer | |
parent | 508c17b286e7cc47d9f3a93a3e521375b6a43b1e (diff) | |
download | vcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.tar.gz vcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.tar.bz2 vcxsrv-3e05157bedacb9719dc5f4cc25a44c34396af0ac.zip |
Debug version was not filled in correctly
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/genruntimeinclude.py | 2 |
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"
|