Kaydet (Commit) 886acba2 authored tarafından Andras Timar's avatar Andras Timar

leave out redist and readmes from win installdir

and make x64 merge modules optional
üst 9484286a
...@@ -35,6 +35,7 @@ ScpAction scp_Copy_Thirdpartylicense_Readme_Html ...@@ -35,6 +35,7 @@ ScpAction scp_Copy_Thirdpartylicense_Readme_Html
End End
#endif #endif
#ifndef WNT
ScpAction scp_Copy_Readme_Txt ScpAction scp_Copy_Readme_Txt
#ifdef UNX #ifdef UNX
README_ALL_LANG(Copy, README); README_ALL_LANG(Copy, README);
...@@ -50,6 +51,7 @@ ScpAction scp_Copy_Readme_Txt ...@@ -50,6 +51,7 @@ ScpAction scp_Copy_Readme_Txt
Subdir = "READMEs"; Subdir = "READMEs";
#endif #endif
End End
#endif
#if defined(WNT) && defined(_gcc3) #if defined(WNT) && defined(_gcc3)
#if defined(MINGW_GCCDLL) #if defined(MINGW_GCCDLL)
......
...@@ -29,18 +29,6 @@ ...@@ -29,18 +29,6 @@
#if defined(WITH_VC_REDIST) #if defined(WITH_VC_REDIST)
ScpAction scp_Copy_vcredist_x86
Copy = "vcredist_x86.exe";
Name = "vcredist_x86.exe";
Subdir = "redist";
End
ScpAction scp_Copy_vcredist_x64
Copy = "vcredist_x64.exe";
Name = "vcredist_x64.exe";
Subdir = "redist";
End
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86 MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86
Feature = gm_Root; Feature = gm_Root;
Name = "Microsoft_VC90_CRT_x86.msm"; Name = "Microsoft_VC90_CRT_x86.msm";
...@@ -53,6 +41,8 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86 ...@@ -53,6 +41,8 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86
RootDir = "TARGETDIR"; RootDir = "TARGETDIR";
End End
#if defined(BUILD_X64)
MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86_x64 MergeModule gid_MergeModule_Microsoft_VC90_CRT_x86_x64
Feature = gm_Root; Feature = gm_Root;
Name = "Microsoft_VC90_CRT_x86_x64.msm"; Name = "Microsoft_VC90_CRT_x86_x64.msm";
...@@ -66,3 +56,5 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86_x64 ...@@ -66,3 +56,5 @@ MergeModule gid_MergeModule_policy_9_0_Microsoft_VC90_CRT_x86_x64
End End
#endif #endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment