1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00
Jelmer Vernooij 4ad69c3dee r10576: Add testprog for named pipes. Also add GNUmakefile's for cross-compilation
using mingw32
(This used to be commit 30ba8fdc3dc8dba543686591a27b819b8f9444db)
2007-10-10 13:39:06 -05:00

11 lines
206 B
Plaintext

INCLUDES=-I
CFLAGS=$(INCLUDES) -Zi -nologo
all: testmailslot.exe
clean:
del *~ *.obj testmailslot.exe
testmailslot.exe: testmailslot.obj
$(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)