mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Rename files, delete old windows makefiles
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
include "..\..\src\makeinc.mak"
|
||||
|
||||
all: doat.obj doat.def
|
||||
link $(LDFLAGS) $(LIBS) /dll /out:xcdoat.dll /def:doat.def doat.obj
|
||||
|
||||
doat.def:
|
||||
echo EXPORTS > doat.def
|
||||
echo xchat_plugin_init >> doat.def
|
||||
echo xchat_plugin_deinit >> doat.def
|
||||
|
||||
doat.obj: doat.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) /I.. doat.c
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del *.dll
|
||||
del *.exp
|
||||
del *.lib
|
||||
Reference in New Issue
Block a user