mirror of
https://github.com/simh/simh.git
synced 2026-04-18 17:07:25 +00:00
Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files
This commit is contained in:
@@ -17,4 +17,4 @@ if ERRORLEVEL 1 path C:\MinGW\bin;%path%
|
||||
if not exist BIN mkdir BIN
|
||||
gcc -v 1>NUL 2>NUL
|
||||
if ERRORLEVEL 1 echo "MinGW Environment Unavailable"
|
||||
mingw32-make WIN32=1 -f makefile %1 %2 %3 %4
|
||||
mingw32-make WIN32=1 -f makefile %*
|
||||
|
||||
Reference in New Issue
Block a user