fix resource compilation on posix

Originally committed to SVN as r329.
This commit is contained in:
David Lamparter 2006-04-14 22:37:40 +00:00
parent d12496a442
commit b312cef4c2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
RESFILE="$1"
egrep -v "^(#|/|.$)" $RESFILE | cut -d ' ' -f 1 | (
egrep -v "^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
echo "#define static" >&4
echo "#ifndef _RES_H" >&5