Selon Hans-Christoph Steiner hans@at.or.at:
Patco, if you want to try making it work, the code is in externals/hcs/ sys_gui.c. That code is pretty simple. I think you could do it by
my msys build system is broken:
$ make hcs/sys_gui cc -DPD -I/home/patko/pd-extended/pd/src -Wall -W -ggdb -I/home/patko/pd-extended/Gem/src -mms-bitfields -DMSW -DNT -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' -s -shared hcs/sys_gui.c -o hcs/sys_gui make: cc: Command not found make: *** [hcs/sys_gui] Error 127