mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Implemented text and clipping primitives in the frontend, and added
two new simple games `fifteen' and `sixteen'. [originally from svn r4173]
This commit is contained in:
6
Recipe
6
Recipe
@ -13,14 +13,18 @@
|
||||
!makefile cygwin Makefile.cyg
|
||||
|
||||
WINDOWS = windows user32.lib gdi32.lib
|
||||
COMMON = midend malloc
|
||||
COMMON = midend misc malloc
|
||||
NET = net random tree234
|
||||
|
||||
net : [X] gtk COMMON NET
|
||||
cube : [X] gtk COMMON cube
|
||||
fifteen : [X] gtk COMMON fifteen
|
||||
sixteen : [X] gtk COMMON sixteen
|
||||
|
||||
net : [G] WINDOWS COMMON NET
|
||||
cube : [G] WINDOWS COMMON cube
|
||||
fifteen : [G] WINDOWS COMMON fifteen
|
||||
sixteen : [G] WINDOWS COMMON sixteen
|
||||
|
||||
# The `nullgame' source file is a largely blank one, which contains
|
||||
# all the correct function definitions to compile and link, but
|
||||
|
Reference in New Issue
Block a user