diff options
Diffstat (limited to 'testprogs/win32/testmailslot')
-rw-r--r-- | testprogs/win32/testmailslot/GNUmakefile | 15 | ||||
-rw-r--r-- | testprogs/win32/testmailslot/NMakefile (renamed from testprogs/win32/testmailslot/Makefile) | 0 |
2 files changed, 15 insertions, 0 deletions
diff --git a/testprogs/win32/testmailslot/GNUmakefile b/testprogs/win32/testmailslot/GNUmakefile new file mode 100644 index 0000000000..c1c421527e --- /dev/null +++ b/testprogs/win32/testmailslot/GNUmakefile @@ -0,0 +1,15 @@ +INCLUDES=-I. +CFLAGS=$(INCLUDES) +CC=i586-mingw32msvc-gcc + +all: testmailslot.exe + +clean: + rm -f *~ *.obj testmailslot.exe + +.SUFFIXES: .obj .exe .c + +testmailslot.exe: testmailslot.c + +.c.exe: + $(CC) $(CFLAGS) -o $@ $^ $(LIBS) diff --git a/testprogs/win32/testmailslot/Makefile b/testprogs/win32/testmailslot/NMakefile index e307654fcb..e307654fcb 100644 --- a/testprogs/win32/testmailslot/Makefile +++ b/testprogs/win32/testmailslot/NMakefile |