X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fyoink.rc;fp=src%2Fyoink.rc;h=6bc5b362c8eb69a42b7c90a8591884921928952e;hp=0000000000000000000000000000000000000000;hb=9351bfa7871c88a5ad6e63f1d9c4483f50e4fed1;hpb=7e898e8ec0ff716e2fc722b883a626a6c346f107 diff --git a/src/yoink.rc b/src/yoink.rc new file mode 100644 index 0000000..6bc5b36 --- /dev/null +++ b/src/yoink.rc @@ -0,0 +1,41 @@ + +// +// Yoink +// Compile this file with windres and link the object with the executable. +// + +#include +#include "config.h" + +1 VERSIONINFO + +FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0 +PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0 +#if !defined(NDEBUG) + FILEFLAGS VS_FF_DEBUG +#endif +FILEOS VOS_NT_WINDOWS32 +FILETYPE VFT_APP +{ + BLOCK "StringFileInfo" + { + BLOCK "000004b0" + { + VALUE "CompanyName", "\000" + VALUE "FileDescription", "Alien-smashing action game" + VALUE "FileVersion", PACKAGE_VERSION + VALUE "InternalName", "Yoink" + VALUE "LegalCopyright", "Copyright (C) 2009 Charles McGarvey et al." + VALUE "OriginalFilename", "Yoink.exe" + VALUE "ProductName", "Yoink" + VALUE "ProductVersion", PACKAGE_VERSION + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0409, 1200 + } +} + +1000 ICON "yoink.ico" +