]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.rc
converted image management to resource handles
[chaz/yoink] / src / yoink.rc
index 8d626fc7b75496e9f0e7a62e1ddefc0b85deadc8..25ca5d56e40b7ee3a7293367393f34a3e1d13e75 100644 (file)
@@ -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 <winver.h>
@@ -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 "yoink.ico"
+1000 ICON "../arch/win32/yoink.ico"
 
This page took 0.020773 seconds and 4 git commands to generate.