]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.rc
testing new non-autotools build system
[chaz/yoink] / src / yoink.rc
index 8d626fc7b75496e9f0e7a62e1ddefc0b85deadc8..caf96bb9a45c1f621d79a08683d62c0b52ad1871 100644 (file)
@@ -1,11 +1,10 @@
 
 //
 // Yoink
-// Compile this file with windres and link the object with the executable.
+// Compile this file with windres and link with the executable.
 //
 
 #include <winver.h>
-#include "config.h"
 
 1 VERSIONINFO
 FILEVERSION            VERSION_MAJOR,VERSION_MINOR,VERSION_REVISION,0
@@ -39,5 +38,5 @@ BEGIN
        END
 END
 
-1000 ICON "yoink.ico"
+1000 ICON "../arch/win32/yoink.ico"
 
This page took 0.016528 seconds and 4 git commands to generate.