Files
puzzles/filling.R
Simon Tatham 1dc3ce6d90 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]
2007-02-27 20:49:40 +00:00

25 lines
418 B
Makefile

# -*- makefile -*-
FILLING = filling dsf
fillingsolver : [U] filling[STANDALONE_SOLVER] dsf STANDALONE
fillingsolver : [C] filling[STANDALONE_SOLVER] dsf STANDALONE
filling : [X] GTK COMMON FILLING filling-icon|no-icon
filling : [G] WINDOWS COMMON FILLING filling.res|noicon.res
ALL += filling
!begin gtk
GAMES += filling
!end
!begin >list.c
A(filling) \
!end
!begin >wingames.lst
filling.exe:Filling
!end