Last change
on this file since 276 was
186,
checked in by sc, 12 years ago
|
Puzzlebox-Synapse.nsi:
scripts/display_windows_requirements.sh:
- updated to allow msvcr71.dll
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | for each in `find $1 ! -type d | sort | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/ | sed s/\\\\//\\\\\\\\/`
|
---|
2 | do
|
---|
3 | if [ ! -z `echo $each | grep tcl` ]
|
---|
4 | then
|
---|
5 | echo -n ';'
|
---|
6 | 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
|
---|
27 | echo -n ' File '
|
---|
28 | echo $each
|
---|
29 | done
|
---|
Note: See
TracBrowser
for help on using the repository browser.