mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
add Non-BMP plugin against GTK+ exploits
This commit is contained in:
18
plugins/nonbmp/makefile.mak
Normal file
18
plugins/nonbmp/makefile.mak
Normal file
@@ -0,0 +1,18 @@
|
||||
include "..\..\src\makeinc.mak"
|
||||
|
||||
all: nonbmp.obj nonbmp.def
|
||||
link $(LDFLAGS) $(LIBS) /dll /out:xcnonbmp.dll /def:nonbmp.def nonbmp.obj
|
||||
|
||||
nonbmp.def:
|
||||
echo EXPORTS > nonbmp.def
|
||||
echo xchat_plugin_init >> nonbmp.def
|
||||
echo xchat_plugin_deinit >> nonbmp.def
|
||||
|
||||
nonbmp.obj: nonbmp.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) /I.. nonbmp.c
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del *.dll
|
||||
del *.exp
|
||||
del *.lib
|
||||
Reference in New Issue
Block a user