puzzles.rc 325 B

12345678910111213
  1. /* Windows resource file for all puzzles. */
  2. #if defined ICON_FILE
  3. 200 ICON ICON_FILE
  4. #else
  5. #ifdef MINGW32_FIX
  6. /* XXX The MinGW toolchain (specifically, windres) doesn't like a resource
  7. * file with no resources. Give it a dummy one.
  8. * This can go if/when VERSIONINFO resources are added. */
  9. 200 RCDATA { 0 }
  10. #endif
  11. #endif