From 3e05157bedacb9719dc5f4cc25a44c34396af0ac Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 30 Apr 2010 13:21:24 +0000 Subject: Debug version was not filled in correctly --- xorg-server/installer/genruntimeinclude.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/installer/genruntimeinclude.py') 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 "" !define MSVC_MANIFEST_PART "x86_Microsoft.VC90.CRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION}_.manifest" !define MSVC_MANIFEST "\manifests\${MSVC_MANIFEST_PART}" -!define MSVC_VERSION_D "" +!define MSVC_VERSION_D "" !define MSVCR90_DLL_D "\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_\msvcr90d.dll" !define MSVCM90_DLL_D "\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_\msvcm90d.dll" !define MSVCP90_DLL_D "\x86_Microsoft.VC90.DebugCRT_${MSVC_PUBLICTOKEN}_9.0.${MSVC_VERSION_D}_\msvcp90d.dll" -- cgit v1.2.3