X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fyoink.rc;h=25ca5d56e40b7ee3a7293367393f34a3e1d13e75;hp=18c10e8bcb716a5a4ba894df3e71e912f783338c;hb=c143f7e806766a73cd69dc6e084e977641019ce6;hpb=58c1f9a499d3bb80ea2869b29c714f61e656d48d diff --git a/src/yoink.rc b/src/yoink.rc index 18c10e8..25ca5d5 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 @@ -11,7 +11,7 @@ FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0 PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -#ifdef NDEBUG +#if NDEBUG FILEFLAGS 0 #else FILEFLAGS VS_FF_DEBUG @@ -39,5 +39,5 @@ BEGIN END END -1000 ICON "../win32/yoink.ico" +1000 ICON "../arch/win32/yoink.ico"