📄 speclib
字号:
#!/bin/sh# speclib - Make a special version of the cygwin import library.## Copyright 2001, 2002 Red Hat, Inc.## This file is part of Cygwin.## This software is a copyrighted work licensed under the terms of the# Cygwin license. Please consult the file "CYGWIN_LICENSE" for# details.case "$1" in -v) v="-v"; shiftesaclib=$1; shiftnm=$1; shiftdlltool=$1; shiftas=$1; shiftdef=$1; shifttrap "rm -f /tmp/$$.def" 0 1 2 15(echo "LIBRARY cygwin1.dllEXPORTS"; $nm --extern-only --defined-only $* | sed -e '/^[ ]*$/d' -e '/:$/d' -e 's/^.* _\(.*\)/\1/' | grep $v -f - -w $def |egrep -vi '^library|exports|^$' | sort) > /tmp/$$.def$dlltool --as=$as -d /tmp/$$.def -l "$lib"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -