diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 09:43:52 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 09:43:52 +0100 |
commit | d025ff14646cb520be346cc1e8128f3ebad8db66 (patch) | |
tree | 90f7ab07bae52bd5d13d58109204c60e06c12008 /src/common | |
parent | 4c4d9ee76e831f09d04261e12da6597e5598aeef (diff) |
make use of /MP (hint from XhmikosR)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/makefile.mak b/src/common/makefile.mak index e6935a8b..3ef6bad1 100644 --- a/src/common/makefile.mak +++ b/src/common/makefile.mak @@ -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: |