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