summary refs log tree commit diff stats
path: root/plugins/doat/Makefile.am
AgeCommit message (Collapse)Author
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-22EXTRA_DIST cleanupBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-07-17Add make support for Do At on UnixBerke Viktor
viktor@aol.com <berkeviktor@aol.com> 2010-04-02 07:29:16 +0200 committer berkeviktor@aol.com <berkeviktor@aol.com> 2010-04-02 07:29:16 +0200 move additions to own repo, so that patch contains only modifications' href='/git-repos/torxchat.git/commit/plugins/ewc/makefile.mak?h=fix-ub&id=c7ec88c88adb4f15b154ad125977d9c2c4ae4956'>c7ec88c8 ^
cbcf58ab ^
c7ec88c8 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

                                
                     
                                                                         






                                            
                           





                  
include "..\..\src\makeinc.mak"

all: ewc.obj ewc.def
	link $(LDFLAGS) $(LIBS) /dll /out:xcewc.dll /def:ewc.def ewc.obj

ewc.def:
	echo EXPORTS > ewc.def
	echo xchat_plugin_init >> ewc.def
	echo xchat_plugin_deinit >> ewc.def

ewc.obj: ewc.c makefile.mak
	cl $(CFLAGS) ewc.c

clean:
	del *.obj
	del *.dll
	del *.exp
	del *.lib