summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 02:47:13 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 02:47:13 +0200
commitd68e312723e4fcdd0a088955f5f4dbbd1d5f2ff8 (patch)
tree513743f6c6f77f9b2685c6f78a5df3f48d4ab786 /src
parent0f423a7189ae751e097523b29b85fbd361df127b (diff)
build xchat-wdk with vc10 as well
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/makefile.mak b/src/fe-gtk/makefile.mak
index d83d49d8..02bd8479 100644
--- a/src/fe-gtk/makefile.mak
+++ b/src/fe-gtk/makefile.mak
@@ -21,7 +21,7 @@ xchat.rc:
 	echo XC_ICON ICON "../../xchat.ico" > xchat.rc
 
 xchat.res: xchat.rc ../../xchat.ico
-	rc /r xchat.rc
+	rc /nologo /r xchat.rc
 
 xchat-icon.obj: xchat.res
 	cvtres /nologo $(MACHINE_FLAG) /OUT:xchat-icon.obj xchat.res