Revision 121e6b56
Added by Hamish Coleman over 16 years ago
- ID 121e6b560e29977bfece54219036b8e28205d0bf
Makefile | ||
---|---|---|
|
||
all: wconsd.exe
|
||
all: wconsd.exe portenum.exe
|
||
|
||
get:
|
||
pscp 192.168.1.1:s/src/wconsd/*.c ./
|
||
... | ... | |
wconsd.exe: wconsd.c
|
||
gcc -Wall -o wconsd.exe wconsd.c -lws2_32
|
||
|
||
portenum.exe: portenum.c
|
||
gcc -Wall -o portenum.exe portenum.c -lwinspool -lsetupapi
|
||
|
||
test: wconsd.exe
|
||
./wconsd.exe -d
|
||
|
Also available in: Unified diff
Begin testing in an attempt to enumerate serial ports