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
428 B
Makefile
25 lines
428 B
Makefile
# -*- makefile -*-
|
|
|
|
LIGHTUP = lightup combi
|
|
|
|
lightup : [X] GTK COMMON LIGHTUP lightup-icon|no-icon
|
|
|
|
lightup : [G] WINDOWS COMMON LIGHTUP lightup.res|noicon.res
|
|
|
|
lightupsolver : [U] lightup[STANDALONE_SOLVER] combi STANDALONE
|
|
lightupsolver : [C] lightup[STANDALONE_SOLVER] combi STANDALONE
|
|
|
|
ALL += LIGHTUP
|
|
|
|
!begin gtk
|
|
GAMES += lightup
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(lightup) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
lightup.exe:Light Up
|
|
!end
|