X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fyoink.rc;h=6a417ad9823ef60a21f7e604a7b69d5ceb8bd54e;hp=8d626fc7b75496e9f0e7a62e1ddefc0b85deadc8;hb=449366f5f32d24f2a2a6589da6e16b2bf0d61773;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827 diff --git a/src/yoink.rc b/src/yoink.rc index 8d626fc..6a417ad 100644 --- a/src/yoink.rc +++ b/src/yoink.rc @@ -1,11 +1,11 @@ // // Yoink -// Compile this file with windres and link the object with the executable. +// Compile this file with windres and link with the executable. // #include -#include "config.h" +#include "../config.h" 1 VERSIONINFO FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0 @@ -39,5 +39,5 @@ BEGIN END END -1000 ICON "yoink.ico" +1000 ICON "../arch/win32/yoink.ico"