mirror of
https://github.com/simh/simh.git
synced 2026-05-05 07:23:34 +00:00
Initial public version of TX-0 for SIMH
Integrate TX-0 simulation into SIMH.
This commit is contained in:
12
display/build_mingw.bat
Normal file
12
display/build_mingw.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
rem $Id: build_mingw.bat,v 1.1 2004/01/25 17:48:03 phil Exp $
|
||||
rem Compile all test programs using MINGW make and gcc environment
|
||||
rem
|
||||
rem If needed, define the path for the MINGW bin directory.
|
||||
rem (this should already be set if MINGW was installed correctly)
|
||||
rem
|
||||
gcc -v 1>NUL 2>NUL
|
||||
if ERRORLEVEL 1 path C:\MinGW\bin;D:\MinGW\bin;E:\MinGW\bin;%path%
|
||||
gcc -v 1>NUL 2>NUL
|
||||
if ERRORLEVEL 1 echo "MinGW Environment Unavailable"
|
||||
mingw32-make WIN32=1 -f gmakefile %1 %2 %3 %4
|
||||
Reference in New Issue
Block a user