view resource.rc.in @ 217:7ba4e371e9a6

Add Makefile for OpenBSD, and specific #ifdef'd includes for the platform.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 21 Nov 2010 04:16:55 +0200
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