~ubuntu-branches/ubuntu/quantal/sgt-puzzles/quantal

« back to all changes in this revision

Viewing changes to pearl.R

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2012-04-07 02:38:40 UTC
  • mfrom: (1.1.15) (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120407023840-1sazcea7ic2k0ano
Tags: 9411-1
* New upstream version - closes: #666709
  - Adds Pearl puzzle
* Update German translation, thanks to Helge Kreutzmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- makefile -*-
 
2
 
 
3
PEARL_EXTRA    = dsf tree234 grid penrose loopgen tdq
 
4
 
 
5
pearl          : [X] GTK COMMON pearl PEARL_EXTRA pearl-icon|no-icon
 
6
pearl          : [G] WINDOWS COMMON pearl PEARL_EXTRA pearl.res?
 
7
 
 
8
pearlbench     : [U] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE m.lib
 
9
pearlbench     : [C] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE
 
10
 
 
11
ALL += pearl[COMBINED] PEARL_EXTRA
 
12
ALL_ICONS += pearl-icon
 
13
 
 
14
!begin gtk
 
15
GAMES += pearl
 
16
!end
 
17
 
 
18
!begin >list.c
 
19
    A(pearl) \
 
20
!end
 
21
 
 
22
!begin >wingames.lst
 
23
pearl.exe:Pearl
 
24
!end