fix resource compilation on posix
Originally committed to SVN as r329.
This commit is contained in:
parent
d12496a442
commit
b312cef4c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue