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]
25 lines
397 B
Makefile
25 lines
397 B
Makefile
# -*- makefile -*-
|
|
|
|
SLANT = slant dsf
|
|
|
|
slant : [X] GTK COMMON SLANT slant-icon|no-icon
|
|
|
|
slant : [G] WINDOWS COMMON SLANT slant.res|noicon.res
|
|
|
|
slantsolver : [U] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
slantsolver : [C] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
|
|
ALL += SLANT
|
|
|
|
!begin gtk
|
|
GAMES += slant
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(slant) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
slant.exe:Slant
|
|
!end
|