mirror of
https://github.com/simh/simh.git
synced 2026-05-05 23:34:21 +00:00
Updated Windows Network build (in makefile and Visual Studio Projects) to reference WinPcap and pthreads in a consistent parallel directory to the simulator source (i.e. ../windows-build/...).
Updated Ethernet Documentation (in 0readme_ethernet.txt and sim_ether.c) to describe the proper build mechanics on both Windows and *nix platforms.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
@echo off
|
||||
rem Compile all of SIMH using MINGW make and gcc environment
|
||||
rem
|
||||
rem The makefile will determine if the needed WinPcap build
|
||||
rem components are available and the resulting simulators will
|
||||
rem run with networking support when the WinPcap environment
|
||||
rem is installed on the running system.
|
||||
rem
|
||||
rem Individual simulator sources are in .\simulator_name
|
||||
rem Individual simulator executables are to .\bin
|
||||
rem
|
||||
|
||||
Reference in New Issue
Block a user