Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
![]() |
index : torxchat.git | |
Unnamed repository; edit this file 'description' to name the repository. | blog |
summary refs log tree commit diff stats |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
include "..\..\src\makeinc.mak"
all: mpcinfo.obj mpcinfo.def
link $(LDFLAGS) $(LIBS) /dll /out:xcmpcinfo.dll /def:mpcinfo.def mpcinfo.obj
mpcinfo.def:
echo EXPORTS > mpcinfo.def
echo xchat_plugin_init >> mpcinfo.def
echo xchat_plugin_deinit >> mpcinfo.def
mpcinfo.obj: mpcinfo.c makefile.mak
cl $(CFLAGS) $(GLIB) /I.. mpcinfo.c
clean:
del *.obj
del *.dll
del *.exp
del *.lib