view resource.rc.in @ 341:ece94ae2a051

Handling of certain Curses keycodes only works as intended under PDCurses (Win32), so #ifdef the code out when working under NCurses. Specifically KEY_RESIZE's code is defined differently under NCurses vs. PDCurses, causing problems with terminal resizes if the PDCurses specific key handling code is enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 01:22:44 +0300
parents da539f54c9b0
children 78447d70f9d3
line wrap: on
line source

MAINICON ICON "@ICON@"
1 VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  @VERSION_COM@,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Anonymous Finnish Guy"
      VALUE "FileDescription", "NewbieNudes Chat Client"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "NNChat"
      VALUE "LegalCopyright", "(C) Copyright 2008-2010 AFG"
      VALUE "OriginalFilename", "@EXE@"
      VALUE "ProductName", "NNChat"
      VALUE "ProductVersion", "@VERSION@"
    END
  END
END