annotate nt/ad2c.sed @ 632:406bf4f67ac1

[xemacs-hg @ 2001-07-19 07:19:58 by stephent] xemacs-patches: <15142.14867.525787.322728@turnbull.sk.tsukuba.ac.jp> 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org> * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG. (USE_MINITAR): Default to HAVE_ZLIB. (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS. (mostlyclean, nicenclean, distclean, versionclean): Only one target per invocation of $(DEL); don't use unneeded switches (WinME support). (TEMACS_CPP_FLAGS): Add EMACS_PATCH_LEVEL.
author stephent
date Thu, 19 Jul 2001 07:19:58 +0000
parents 4be1180a9e89
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
1 /^!/d
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
2 /^$/d
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
3 s/\\/\\\\/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
4 s/\\$//g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
5 s/"/\\"/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
6 s/^/(String) "/
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
7 : test
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
8 /\\$/b slash
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
9 s/$/",/
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
10 p
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
11 d
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
12 : slash
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
13 n
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
14 /^!/d
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
15 /^$/d
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
16 s/"/\\"/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
17 s/\\\\/\\/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
18 s/\\n/\\\\n/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
19 s/\\t/\\\\t/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
20 s/\\f/\\\\f/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
21 s/\\b/\\\\b/g
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
22 b test