Revision 6f662bc7
Added by Hamish Coleman over 16 years ago
- ID 6f662bc750ab96cb9ab31a8169d53c301dfa3ea1
Makefile | ||
---|---|---|
CFLAGS:=-Wall
|
||
CC:=gcc
|
||
|
||
wconsd.c: debug.h scm.h
|
||
win-scm.c: scm.h
|
||
|
||
wconsd.exe: wconsd.o win-scm.o
|
||
$(CC) -o $@ $^ -lws2_32
|
||
|
||
portenum.exe: portenum.c
|
||
$(CC) -o $@ portenum.c -lwinspool -lsetupapi
|
||
$(CC) $(CFLAGS) -o $@ portenum.c -lwinspool -lsetupapi
|
||
|
||
test: wconsd.exe
|
||
./wconsd.exe -d
|
Also available in: Unified diff
Clean up scm helper