1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-17 06:45:10 -05:00
hexchat/src/common/makefile.mak
berkeviktor@aol.com b9ece5464e even more cleanup
2010-08-24 20:46:59 +02:00

14 lines
232 B
Makefile

include "..\makeinc.mak"
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