X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fyoink.rc;h=7c224036aa7d59967a5af158ba8fe49b34273f33;hp=02ab6e2d5fb28e01c67e480183f85a1033b68c21;hb=51069fee9139ab8d14ecc80dffbe5deecb73d9e0;hpb=6c5e094899f5443b19f46b34c18b9e3bcc1ca99b diff --git a/src/yoink.rc b/src/yoink.rc index 02ab6e2..7c22403 100644 --- a/src/yoink.rc +++ b/src/yoink.rc @@ -1,7 +1,7 @@ // // Yoink -// Compile this file with windres and link the object with the executable. +// Compile this file with windres and link with the executable. // #include @@ -27,7 +27,7 @@ BEGIN VALUE "FileDescription", "Alien-smashing action game" VALUE "FileVersion", PACKAGE_VERSION VALUE "InternalName", "Yoink" - VALUE "LegalCopyright", "Copyright 2009 Charles McGarvey et al." + VALUE "LegalCopyright", "Copyright 2010 Charles McGarvey et al." VALUE "OriginalFilename", "yoink.exe" VALUE "ProductName", "Yoink" VALUE "ProductVersion", PACKAGE_VERSION @@ -39,5 +39,5 @@ BEGIN END END -1000 ICON "yoink.ico" +1000 ICON "../arch/win32/yoink.ico"