diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-05-03 14:19:40 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-05-03 14:19:40 +0000 |
commit | 238add5e586e100ea2f7fd243d3ce57f98449b45 (patch) | |
tree | a0ab4e60f3a60042dcf84983f8b5b04b1c4f1a95 /nt/install.bat | |
parent | 5eb3d2a5149951c9ba57549fe278c57efbe106b6 (diff) | |
download | emacs-238add5e586e100ea2f7fd243d3ce57f98449b45.tar.gz |
Remove files related to old msvc only windows build.
Diffstat (limited to 'nt/install.bat')
-rwxr-xr-x | nt/install.bat | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nt/install.bat b/nt/install.bat deleted file mode 100755 index 1074c03454b..00000000000 --- a/nt/install.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off
-if (%1) == (speed) set BUILD_TYPE=spd
-if (%1) == (speed) shift
-if not (%1) == () set INSTALL_DIR=%1
-if not (%1) == () shift
-nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
-set INSTALL_DIR=
-set BUILD_TYPE=
-
-goto skipArchTag
- arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a
-:skipArchTag
|