mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-24 10:59:23 +01:00
fix(mkrelease) exclude *_vs90.sln and *.progen files
This commit is contained in:
parent
ef688babc2
commit
40a3e78b86
@ -163,6 +163,13 @@ done
|
||||
chmod -R +w ${target}
|
||||
|
||||
|
||||
#
|
||||
# Remove VS90 and progen
|
||||
#
|
||||
find ${target} -name '*.progen' -exec rm {} \;
|
||||
find ${target} -iname '*_vs90.sln' -exec rm {} \;
|
||||
|
||||
|
||||
#
|
||||
# Generate Makefile
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user