repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:smb2_server: pass smbXsrv_connection to smbd_smb2_send_break()
[Samba.git]
/
testprogs
/
win32
/
testmailslot
/
NMakefile
blob
7551d7bc0d71e558c63ede3a153f360e49846d91
1
#
2
# use nmake /f NMakefile [<target>]
3
#
4
INCLUDES=-I
5
CFLAGS=$(INCLUDES) -Zi -nologo
6
7
all: testmailslot.exe
8
9
clean:
10
del *~ *.obj testmailslot.exe
11
12
testmailslot.exe: testmailslot.obj
13
$(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)