a4df196ed4
My plan now is to integrate the PseudoConsole with Cygwin and MSYS ptys, with initial focus on Cygwin. I think I'll keep the separate Agent and DLL binaries, and they'll continue to be native Win32 binaries. I don't want to have two build systems (qmake vs whatever MSYS/Cygwin uses), and since I'd like to remove the Qt dependency anyway, I'm trying to switch to makefiles.
4 lines
161 B
C++
4 lines
161 B
C++
// This is a hack. I want to compile DebugClient.cc into the project,
|
|
// and I don't know how to setup a Makefile to do it.
|
|
#include "../Shared/DebugClient.cc"
|