mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 09:29:44 +00:00
remove svn keywords
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user