mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -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
441 B
Makefile
25 lines
441 B
Makefile
# -*- makefile -*-
|
|
|
|
GALAXIES = galaxies dsf
|
|
|
|
galaxies : [X] GTK COMMON GALAXIES galaxies-icon|no-icon
|
|
|
|
galaxies : [G] WINDOWS COMMON GALAXIES galaxies.res|noicon.res
|
|
|
|
galaxiessolver : [U] galaxies[STANDALONE_SOLVER] dsf STANDALONE m.lib
|
|
galaxiessolver : [C] galaxies[STANDALONE_SOLVER] dsf STANDALONE
|
|
|
|
ALL += galaxies
|
|
|
|
!begin gtk
|
|
GAMES += galaxies
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(galaxies) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
galaxies.exe:Galaxies
|
|
!end
|