Tue Aug 23 21:46:18 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: A test script for the "lag_interval" parameter
- Next message: [Slony1-commit] By cbbrowne: Add in something observed about renaming column names...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Add missing win32 port file. Added Files: ----------- slony1-engine/src/slon/port: win32ver.rc.in (r1.1) -------------- next part -------------- --- /dev/null +++ src/slon/port/win32ver.rc.in @@ -0,0 +1,30 @@ +#include <winver.h> +#include "config.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION SLVERSION + PRODUCTVERSION SLVERSION + FILEFLAGSMASK 0x17L + FILEFLAGS 0x0L + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "PostgreSQL Global Development Group" + VALUE "FileDescription", FILEDESC + VALUE "FileVersion", SLONY_I_VERSION_STRING + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "ProductName", "Slony-I" + VALUE "ProductVersion", SLONY_I_VERSION_STRING + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END +
- Previous message: [Slony1-commit] By cbbrowne: A test script for the "lag_interval" parameter
- Next message: [Slony1-commit] By cbbrowne: Add in something observed about renaming column names...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list