Files
puzzles/untangle.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

22 lines
310 B
Makefile

# -*- makefile -*-
UNTANGLE = untangle tree234
untangle : [X] GTK COMMON UNTANGLE untangle-icon|no-icon
untangle : [G] WINDOWS COMMON UNTANGLE untangle.res|noicon.res
ALL += UNTANGLE
!begin gtk
GAMES += untangle
!end
!begin >list.c
A(untangle) \
!end
!begin >wingames.lst
untangle.exe:Untangle
!end