git.samba.org
/
kai
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
[kai/samba.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)