summary refs log tree commit diff stats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2014-06-02 22:18:25 +0200
committertomek <eustachy.kapusta@gmail.com>2014-06-02 22:18:25 +0200
commit3fb04bee857a2c53dfdc66359aa2437864c07104 (patch)
tree11f7b04ccf452004d2dee0abbd60de74149e5c36 /src/Makefile.am
parent8578a9d52d993f4425259462c01854ea7784c57f (diff)
Update translations
Diffstat (limited to 'src/Makefile.am')
0 files changed, 0 insertions, 0 deletions
s/torxchat.git/blame/src/common/makefile.mak?h=feature/flexible-cert&id=e0e70fccd444000c74ee505d790fbfb64e1ed1c2'>^
c7ec88c8 ^
d025ff14 ^
c7ec88c8 ^


b9ece546 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

                        


























                  


                                      
                                                          
 
        


                                  

                            
include "..\makeinc.mak"

COMMON_OBJECTS = \
cfgfiles.obj \
chanopt.obj \
ctcp.obj \
dcc.obj \
history.obj \
ignore.obj \
inbound.obj \
modes.obj \
network.obj \
notify.obj \
outbound.obj \
plugin.obj \
plugin-timer.obj \
portable.obj \
proto-irc.obj \
server.obj \
servlist.obj \
ssl.obj \
text.obj \
thread.obj \
tree.obj \
url.obj \
userlist.obj \
util.obj \
xchat.obj

all: $(COMMON_OBJECTS) xchatcommon.lib

xchatcommon.lib: $(COMMON_OBJECTS)
	lib /nologo /out:xchatcommon.lib $(COMMON_OBJECTS)

.c.obj::
	$(CC) $(CFLAGS) $(GLIB) $<

clean:
	@del *.obj
	@del xchatcommon.lib