mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 15:34:07 +02: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}
|
chmod -R +w ${target}
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Remove VS90 and progen
|
||||||
|
#
|
||||||
|
find ${target} -name '*.progen' -exec rm {} \;
|
||||||
|
find ${target} -iname '*_vs90.sln' -exec rm {} \;
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate Makefile
|
# Generate Makefile
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user