diff options
author | Miles Bader <miles@gnu.org> | 2003-09-04 04:00:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-04 04:00:49 +0000 |
commit | 4256310de631bd57c78b88b5131caa073315b3d7 (patch) | |
tree | dc37bfc3ab823f29b1604ab7f5b501ca0ac64081 /nt | |
parent | fd026ee1a8bb0d8ed947a5b176524bc60d1266ca (diff) | |
download | emacs-4256310de631bd57c78b88b5131caa073315b3d7.tar.gz |
Add arch taglines
Diffstat (limited to 'nt')
-rw-r--r-- | nt/envadd.bat | 4 | ||||
-rw-r--r-- | nt/multi-install-info.bat | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nt/envadd.bat b/nt/envadd.bat index 020e24ebf9d..ec9326a56c9 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -42,3 +42,7 @@ rem Eat the "/C" shift
rem Now, run the command line
%1 %2 %3 %4 %5 %6 %7 %8 %9
+
+goto skipArchTag
+ arch-tag: 148c5181-dbce-43ae-bba6-1cc6e2a9ea75
+:skipArchTag
diff --git a/nt/multi-install-info.bat b/nt/multi-install-info.bat index d861d442f84..c252dfb4a85 100644 --- a/nt/multi-install-info.bat +++ b/nt/multi-install-info.bat @@ -39,3 +39,7 @@ if .%1% == . goto EndLoop %INSTALL_INFO% %II_SWITCH% %1
goto Loop
:EndLoop
+
+goto skipArchTag
+ arch-tag: 4f590862-8ead-497a-a71c-fb4b0e5d50db
+:skipArchTag
|