summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:03:18 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:03:18 +0200
commitcbcf58aba6497db777fe41d0b9651d0b905c9605 (patch)
tree785a4061a6c7deca097b8568a7546a529740a65f /src/common
parente0e70fccd444000c74ee505d790fbfb64e1ed1c2 (diff)
huge cleanup on build system
Diffstat (limited to 'src/common')
-rw-r--r--src/common/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/makefile.mak b/src/common/makefile.mak
index ee046895..12ac05cd 100644
--- a/src/common/makefile.mak
+++ b/src/common/makefile.mak
@@ -3,7 +3,7 @@ include "..\makeinc.mak"
 all: $(COMMON_OBJECTS) xchatcommon.lib
 
 xchatcommon.lib: $(COMMON_OBJECTS)
-	lib -out:xchatcommon.lib $(COMMON_OBJECTS)
+	lib /nologo /out:xchatcommon.lib $(COMMON_OBJECTS)
 
 .c.obj:
 	$(CC) $(CFLAGS) $(GLIB) $<