mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files

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]
22 lines
284 B
Makefile
22 lines
284 B
Makefile
# -*- makefile -*-
|
|
|
|
LOOPY = loopy tree234 dsf
|
|
|
|
loopy : [X] GTK COMMON LOOPY loopy-icon|no-icon
|
|
|
|
loopy : [G] WINDOWS COMMON LOOPY loopy.res|noicon.res
|
|
|
|
ALL += LOOPY
|
|
|
|
!begin gtk
|
|
GAMES += loopy
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(loopy) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
loopy.exe:Loopy
|
|
!end
|