initial commit

This commit is contained in:
2007-04-28 21:31:31 +00:00
parent 6acf470ccc
commit 2779dacb22
258 changed files with 10337 additions and 17385 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: doc.awk,v 1.14 2007-03-18 15:20:00 bacon Exp $
* $Id: doc.awk,v 1.1 2007/03/28 14:05:25 bacon Exp $
*
* {License}
*/

View File

@ -1,5 +1,5 @@
/*
* $Id: lic.awk,v 1.2 2007-02-04 12:37:45 bacon Exp $
* $Id: lic.awk,v 1.1 2007/03/28 14:05:25 bacon Exp $
*
* {License}
*/

View File

@ -57,7 +57,7 @@ finalize ()
cp -f "$full" "$SOURCE_ROOT/html/$i"
cp -f "$full" "$ASETGT/$i"
;;
*.dsp|*.dsw|*.sln|*.vcproj|*.csproj|*.bat|*.cmd)
*.dsp|*.dsw|*.sln|*.vcproj|*.bat|*.cmd)
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
;;
descrip.mms)