diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:49:40 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:49:40 +0000 |
| commit | 1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05 (patch) | |
| tree | 801e1a258c894f4e8d0f164be1d069086c9e6e55 /nullgame.R | |
| parent | 650929a57fb5f075c6bfe17c351e672839744ca8 (diff) | |
| download | puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.zip puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.gz puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.bz2 puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.xz | |
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]
Diffstat (limited to 'nullgame.R')
| -rw-r--r-- | nullgame.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ # ever fails to compile, so it's important that it should actually # be built on a regular basis. nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon -nullgame : [G] WINDOWS COMMON nullgame nullgame.res? +nullgame : [G] WINDOWS COMMON nullgame nullgame.res|noicon.res |