script/commit_mark.sh: add the current branch name
[Samba/gebeck_regimport.git] / testprogs / win32 / testmailslot / NMakefile
blob7551d7bc0d71e558c63ede3a153f360e49846d91
2 # use nmake /f NMakefile [<target>]
4 INCLUDES=-I 
5 CFLAGS=$(INCLUDES) -Zi -nologo
7 all: testmailslot.exe
9 clean:
10         del *~ *.obj testmailslot.exe 
12 testmailslot.exe: testmailslot.obj 
13         $(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)