-
- Downloads
Build a console .com and Windows .exe file and shared DLL
This allows running syncterm from cmd.exe using just "syncterm" to run in console mode, but using the .exe to run in Windows mode. It should now be possible to run SyncTERM in ANSI or console mode inside of SyncTERM in GDI mode.
Showing
- src/build/Common.gmake 1 addition, 1 deletionsrc/build/Common.gmake
- src/syncterm/GNUmakefile 6 additions, 1 deletionsrc/syncterm/GNUmakefile
- src/syncterm/syncterm.c 40 additions, 0 deletionssrc/syncterm/syncterm.c
- src/syncterm/targets.mk 4 additions, 0 deletionssrc/syncterm/targets.mk
- src/syncterm/win32_stub.c 115 additions, 0 deletionssrc/syncterm/win32_stub.c
src/syncterm/win32_stub.c
0 → 100644
Please register or sign in to comment