source: trunk/server/testprogs/win32/testmailslot/NMakefile

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 259 bytes
Line 
1#
2# use nmake /f NMakefile [<target>]
3#
4INCLUDES=-I
5CFLAGS=$(INCLUDES) -Zi -nologo
6
7all: testmailslot.exe
8
9clean:
10 del *~ *.obj testmailslot.exe
11
12testmailslot.exe: testmailslot.obj
13 $(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)
Note: See TracBrowser for help on using the repository browser.