summary refs log blame commit diff stats
path: root/src/common/makefile.mak
blob: ee046895e9705005bdf906cbea32f396bef600ed (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                  
include "..\makeinc.mak"

all: $(COMMON_OBJECTS) xchatcommon.lib

xchatcommon.lib: $(COMMON_OBJECTS)
	lib -out:xchatcommon.lib $(COMMON_OBJECTS)

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

clean:
	del *.obj
	del xchatcommon.lib