Initial revision
From-SVN: r78
This commit is contained in:
parent
301264e6e9
commit
1b6aa90b52
11
gcc/configure.bat
Normal file
11
gcc/configure.bat
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@echo off
|
||||||
|
rem GCC configuration script for MSDOG
|
||||||
|
|
||||||
|
rem Configure for our environment
|
||||||
|
copy config\i386.xmh config.h
|
||||||
|
copy config\i386gas.tmh tm.h
|
||||||
|
copy config\i386.md md
|
||||||
|
copy config\out-i386.c aux-output.c
|
||||||
|
|
||||||
|
rem Install our makefile
|
||||||
|
copy Makefile.dos Makefile
|
Loading…
Reference in New Issue
Block a user