Files
puzzles/map.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
379 B
Makefile

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