wmi-1.3.16 from opsview.com
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user