Last change
on this file since 184 was
184,
checked in by sc, 12 years ago
|
synapse/setup_win32.py:
- removed as has been merged into setup.py
synapse/scripts/display_windows_requirements.sh:
- updated to comment out tcl and MS .dll's
|
-
Property svn:executable set to
*
|
File size:
402 bytes
|
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 | if [ ! -z `echo $each | grep msvcr71.dll` ] |
---|
8 | then |
---|
9 | echo -n ';' |
---|
10 | fi |
---|
11 | echo -n ' File ' |
---|
12 | echo $each |
---|
13 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.