summaryrefslogtreecommitdiff
path: root/test/sudoku.rc
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-16 12:25:51 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-16 12:25:51 +0200
commitc380a91361db381747339a02e808e1b6850f7ce2 (patch)
tree164e8ea6b079cc57b81929e7c67f39d42a86a599 /test/sudoku.rc
parent46c1500bf37077713742a04bf47ef90405016f39 (diff)
Windows: add icon to sudoku.exe (PR #36)
The changes proposed by Tadej Panjtar (tpanj) were obsolete WRT current Git repo. Thanks to tpanj anyway, I did also apply the simplifications of sudoku.rc.
Diffstat (limited to 'test/sudoku.rc')
-rw-r--r--test/sudoku.rc71
1 files changed, 10 insertions, 61 deletions
diff --git a/test/sudoku.rc b/test/sudoku.rc
index 36fb10d18..76c772e4f 100644
--- a/test/sudoku.rc
+++ b/test/sudoku.rc
@@ -1,72 +1,21 @@
-//Microsoft Developer Studio generated resource script.
//
-#include "sudokurc.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
+// Resource script for Sudoku game using the Fast Light Tool Kit (FLTK).
//
-// Generated from the TEXTINCLUDE 2 resource.
+// Copyright 1998-2020 by Bill Spitzak and others.
//
-//#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-//LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
+// This library is free software. Distribution and use rights are outlined in
+// the file "COPYING" which should have been included with this file. If this
+// file is missing or damaged, see the license at:
//
-// TEXTINCLUDE
+// https://www.fltk.org/COPYING.php
//
-
-1 TEXTINCLUDE DISCARDABLE
-BEGIN
- "icons.h\0"
-END
-
-3 TEXTINCLUDE DISCARDABLE
-BEGIN
- "\r\n"
- "\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE
-BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
-END
-
-#endif // APSTUDIO_INVOKED
-
-
-/////////////////////////////////////////////////////////////////////////////
+// Please see the following page on how to report bugs and issues:
//
-// Icon
+// https://www.fltk.org/bugs.php
//
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_ICON ICON DISCARDABLE "sudoku.ico"
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
//
-// Generated from the TEXTINCLUDE 3 resource.
+// Icon for executable
//
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
+IDI_ICON ICON DISCARDABLE "sudoku.ico"