initial XSASL plugin based on cap_sasl
This commit is contained in:
18
plugins/xsasl/makefile.mak
Normal file
18
plugins/xsasl/makefile.mak
Normal file
@@ -0,0 +1,18 @@
|
||||
include "..\..\src\makeinc.mak"
|
||||
|
||||
all: xsasl.obj xsasl.def
|
||||
link $(LDFLAGS) $(LIBS) /dll /out:xcxsasl.dll /def:xsasl.def xsasl.obj
|
||||
|
||||
xsasl.def:
|
||||
echo EXPORTS > xsasl.def
|
||||
echo xchat_plugin_init >> xsasl.def
|
||||
echo xchat_plugin_deinit >> xsasl.def
|
||||
|
||||
xsasl.obj: xsasl.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) /I.. xsasl.c
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del *.dll
|
||||
del *.exp
|
||||
del *.lib
|
||||
Reference in New Issue
Block a user