Changeset 186 for trunk/synapse/scripts/display_windows_requirements.sh
- Timestamp:
- 09/18/10 08:41:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synapse/scripts/display_windows_requirements.sh
r184 r186 5 5 echo -n ';' 6 6 fi 7 if [ ! -z `echo $each | grep msvcr71.dll` ] 8 then 9 echo -n ';' 10 fi 7 8 # No longer necessary 9 # http://support.microsoft.com/kb/326922 10 # The shared CRT DLL has been distributed by Microsoft in the 11 # past as a shared system component. This may cause problems when 12 # you run applications that are linked to a different version of 13 # the CRT on computers that do not have the correct versions of 14 # the CRT DLL installed. This is commonly referred to as the "DLL 15 # Conflict" problem. 16 # 17 # To address this issue, the CRT DLL is no longer considered a # system file, therefore, distribute the CRT DLL with any 18 # application that relies on it. Because it is no longer a system # component, install it in your applications Program Files 19 # directory with other application-specific code. This prevents 20 # your application from using other versions of the CRT library 21 # that may be installed on the system paths. 22 # 23 # if [ ! -z `echo $each | grep msvcr71.dll` ] 24 # then 25 # echo -n ';' 26 # fi 11 27 echo -n ' File ' 12 28 echo $each
Note: See TracChangeset
for help on using the changeset viewer.