summaryrefslogtreecommitdiff
path: root/xc/config/util/instos2.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'xc/config/util/instos2.cmd')
-rw-r--r--xc/config/util/instos2.cmd13
1 files changed, 0 insertions, 13 deletions
diff --git a/xc/config/util/instos2.cmd b/xc/config/util/instos2.cmd
deleted file mode 100644
index 501cf6716..000000000
--- a/xc/config/util/instos2.cmd
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off
-rem $XFree86: xc/config/util/instos2.cmd,v 3.0 1996/01/24 21:56:14 dawes Exp $
-rem this file is supposed to run from the xc/ dir.
-rem you must copy it manually to there before using. It is just here
-rem in order not to be in the root dir.
-rem
-set GCCOPT=-pipe
-set EMXLOAD=5
-emxload make.exe gcc.exe rm.exe mv.exe
-make SHELL= MFLAGS="CC=gcc" install 2>&1 | tee instxc.log
-rem
-rem
-echo INSTALL OF XFREE86/OS2 IS FINISHED