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