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