You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
367 B
9 lines
367 B
14 years ago
|
#!/bin/sh
|
||
|
|
||
|
SUM=$( @MD5SUM@ @CMAKE_CURRENT_SOURCE_DIR@/fish.pl | cut -d ' ' @MD5SUM_CUT@ )
|
||
|
|
||
|
#echo "#define CHECKSUM "\"$SUM\"" > fishcode.h
|
||
|
#echo 'static const char *fishCode(' >> fishcode.h
|
||
|
#sed -e 's/\\/\\\\/g;s/"/\\"/g;s/^[ ]*/"/;/^"# /d;s/[ ]*$$/\\n"/;/^"\\n"$$/d;s/{CHECKSUM}/'$$SUM'/;' @CMAKE_CURRENT_SOURCE_DIR@/fish.pl >> fishcode.h
|
||
|
#echo ');' >> fishcode.h
|