Revision 780d7607
Added by Hamish Coleman over 16 years ago
- ID 780d7607cff8eed048c5687520ca46e10a59d41c
Makefile | ||
---|---|---|
test: wconsd.exe
|
||
./wconsd.exe -d
|
||
|
||
wconsd: wconsd.c
|
||
winegcc -mno-cygwin -o wconsd wconsd.c -mwindows -lws2_32
|
||
|
||
wine: wconsd
|
||
/usr/lib/wine/wine.bin wconsd.exe.so -p 9600
|
||
|
Also available in: Unified diff
Add winelib support and the ability to set the listen port