mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec-wrapper.sh: Fix .def, .exp and .lib in FILTER_DEVEL
This commit is contained in:
parent
271d314029
commit
40a26e607a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ MYNAME=`basename $0`
|
||||||
MKSPEC_SH="$1"
|
MKSPEC_SH="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|*\.exp\|*\.def\|*\.lib'
|
FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|.*\.exp$\|.*\.def$\|.*\.lib$'
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue