From 1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 27 Feb 2007 20:49:40 +0000 Subject: Create a blank .rc file to be used in the absence of icons/foo.rc. This means that puzzles.rc2 is always included in all Windows and PocketPC builds, which in turn means that I should be able to start filling it full of VERSIONINFO and have that reliably included as well. [originally from svn r7339] --- noicon.rc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 noicon.rc (limited to 'noicon.rc') diff --git a/noicon.rc b/noicon.rc new file mode 100644 index 0000000..26a70db --- /dev/null +++ b/noicon.rc @@ -0,0 +1,3 @@ +/* Puzzle resource file without an icon, used in the absence of icons/foo.rc */ + +#include "puzzles.rc2" -- cgit v1.1