mirror of
https://github.com/prirun/p50em.git
synced 2026-04-26 04:16:56 +00:00
Add emulation of MDLC/HSSMLC controller to support Bisync protocol and enable a Prime
system to operate as a HASP station in an RJE environment. This implementation is compatible with Bisync/HASP emulation in the Hercules IBM mainframe emulator and the DtCyber CDC mainframe emulator.
This commit is contained in:
2
makefile
2
makefile
@@ -6,7 +6,7 @@ REV=${shell [ -d .hg ] && hg id -n || git rev-parse --short HEAD}
|
||||
|
||||
em: # normal
|
||||
rm -rf em.o
|
||||
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Winline em.c -o em
|
||||
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Winline -Wno-error=return-type em.c -o em
|
||||
|
||||
emwarn: # lots of compiler warnings
|
||||
rm -rf em.o
|
||||
|
||||
Reference in New Issue
Block a user