- Revert gkrellm version header change, there are too many places in code/docs containing the version number, one more or less will not hurt - configure: Make configure shell script write configure.mk and move logic for compiler and linker flags into configure - configure: Also search openssl and libntlm via pkg-config and fall back to hardcoded library names for linking if not found - Makefile: Workaround environment-bugs in win32 toolchain by switching from "override CC" to a normal makefile rule for building .o from .c files
38 lines
963 B
Plaintext
38 lines
963 B
Plaintext
// Generated by ResEdit 1.4.3
|
|
// Copyright (C) 2006-2008
|
|
// http://www.resedit.net
|
|
|
|
#include "win32-resource.h"
|
|
#include "windows.h"
|
|
|
|
|
|
//
|
|
// Version Information resources
|
|
//
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
1 VERSIONINFO
|
|
FILEVERSION 2,3,3,0
|
|
PRODUCTVERSION 0,0,0,0
|
|
FILEOS VOS_NT_WINDOWS32
|
|
FILETYPE VFT_APP
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "CompanyName", ""
|
|
VALUE "FileDescription", "GKrellM Daemon"
|
|
VALUE "FileVersion", "2.3.3"
|
|
VALUE "InternalName", "gkrellmd"
|
|
VALUE "LegalCopyright", "Copyright (C) 1999-2009 Bill Wilson"
|
|
VALUE "OriginalFilename", "gkrellmd.exe"
|
|
VALUE "ProductName", "GKrellM"
|
|
VALUE "ProductVersion", "2.3.3"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 1033, 1200
|
|
END
|
|
END
|