mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 01:32:22 -05:00
make use of /MP (hint from XhmikosR)
This commit is contained in:
parent
4c4d9ee76e
commit
d025ff1464
@ -32,7 +32,7 @@ all: $(COMMON_OBJECTS) xchatcommon.lib
|
||||
xchatcommon.lib: $(COMMON_OBJECTS)
|
||||
lib /nologo /out:xchatcommon.lib $(COMMON_OBJECTS)
|
||||
|
||||
.c.obj:
|
||||
.c.obj::
|
||||
$(CC) $(CFLAGS) $(GLIB) $<
|
||||
|
||||
clean:
|
||||
|
@ -42,7 +42,7 @@ PROG = xchat.exe
|
||||
|
||||
all: $(PROG)
|
||||
|
||||
.c.obj:
|
||||
.c.obj::
|
||||
$(CC) $(CFLAGS) -I..\..\plugins $(GLIB) $(GTK) $<
|
||||
|
||||
$(PROG): $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj
|
||||
|
Loading…
Reference in New Issue
Block a user