forked from pyrite-dev/milsko
remove svn keywords
This commit is contained in:
parent
6c22ab8cd6
commit
2a268c56f1
171 changed files with 18590 additions and 919 deletions
|
|
@ -1,10 +1,7 @@
|
|||
#!/usr/bin/env perl
|
||||
# $Id$
|
||||
|
||||
open(IN, "<", "resource/rgb.txt");
|
||||
open(OUT, ">", "src/color.c");
|
||||
|
||||
print(OUT "/* \$Id\$ */\n");
|
||||
print(OUT "#include <Mw/Milsko.h>\n");
|
||||
print(OUT "\n");
|
||||
print(OUT "MwLLColor MwParseColorName(MwWidget handle, const char* color){\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue