Project

General

Profile

« Previous | Next » 

Revision 368d31d4

Added by Hamish Coleman over 13 years ago

  • ID 368d31d4816d2b3a346918bb426efce8ba716283

Update win-scm with new learnings, also add a service test helper program

View differences:

Makefile
all: wconsd.exe portenum.exe
all: wconsd.exe portenum.exe svctest.exe
get:
pscp 192.168.1.1:s/src/wconsd/*.c ./
......
wconsd.exe: wconsd.o $(MODULES) $(LIBCLI)
$(CC) -o $@ $^ -lws2_32
svctest.exe: svctest.o win-scm.c
$(CC) -o $@ $^
portenum.exe: portenum.c
$(CC) $(CFLAGS) -o $@ portenum.c -lwinspool -lsetupapi
......
/usr/lib/wine/wine.bin wconsd.exe.so -p 9600
clean:
rm -f *.o wconsd.exe portenum.exe
rm -f *.o wconsd.exe portenum.exe svctest.exe

Also available in: Unified diff