Project

General

Profile

« Previous | Next » 

Revision 780d7607

Added by Hamish Coleman over 16 years ago

  • ID 780d7607cff8eed048c5687520ca46e10a59d41c

Add winelib support and the ability to set the listen port

View differences:

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
wconsd.c
// request service removal
RemoveService();
return 0;
} else if (strcmp(argv[1],"-p")==0) {
console_application=1;
default_tcpport = atoi(argv[2]);
} else if (strcmp(argv[1],"-d")==0) {
console_application=1;
} else {

Also available in: Unified diff