git.samba.org
/
ira
/
wip.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r10576: Add testprog for named pipes. Also add GNUmakefile's for cross-compilation
[ira/wip.git]
/
testprogs
/
win32
/
testmailslot
/
NMakefile
1
INCLUDES=-I
2
CFLAGS=$(INCLUDES) -Zi -nologo
3
4
all: testmailslot.exe
5
6
clean:
7
del *~ *.obj testmailslot.exe
8
9
testmailslot.exe: testmailslot.obj
10
$(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)