mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -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]
20 lines
272 B
Makefile
20 lines
272 B
Makefile
# -*- makefile -*-
|
|
|
|
fifteen : [X] GTK COMMON fifteen fifteen-icon|no-icon
|
|
|
|
fifteen : [G] WINDOWS COMMON fifteen fifteen.res|noicon.res
|
|
|
|
ALL += fifteen
|
|
|
|
!begin gtk
|
|
GAMES += fifteen
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(fifteen) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
fifteen.exe:Fifteen
|
|
!end
|