comparison nnchat.c @ 195:829457be9eea

Build system changes to support (in a big kludgy manner) icon and version information resource generation for Win32 binaries.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 04:09:41 +0200
parents 4007b9ac7cde
children edd5ce3e5399
comparison
equal deleted inserted replaced
194:0751e0fb7ba9 195:829457be9eea
892 char *homeDir = NULL; 892 char *homeDir = NULL;
893 893
894 memset(histBuf, 0, sizeof(histBuf)); 894 memset(histBuf, 0, sizeof(histBuf));
895 895
896 /* Initialize */ 896 /* Initialize */
897 th_init("NNChat", "Newbie Nudes chat client", "0.8.3", 897 th_init("NNChat", "Newbie Nudes chat client", NN_VERSION,
898 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 898 "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
899 "This software is freeware, use and distribute as you wish."); 899 "This software is freeware, use and distribute as you wish.");
900 th_verbosityLevel = 0; 900 th_verbosityLevel = 0;
901 901
902 /* Read config */ 902 /* Read config */