]> git.sesse.net Git - rdpsrv/blob - Xserver/config/util/instos2.cmd
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / util / instos2.cmd
1 @echo off
2 rem $XFree86: xc/config/util/instos2.cmd,v 3.0 1996/01/24 21:56:14 dawes Exp $
3 rem this file is supposed to run from the xc/ dir.
4 rem you must copy it manually to there before using. It is just here
5 rem in order not to be in the root dir.
6 rem
7 set GCCOPT=-pipe
8 set EMXLOAD=5
9 emxload make.exe gcc.exe rm.exe mv.exe
10 make SHELL= MFLAGS="CC=gcc" install 2>&1 | tee instxc.log
11 rem
12 rem
13 echo INSTALL OF XFREE86/OS2 IS FINISHED