~ubuntu-branches/ubuntu/saucy/sgt-puzzles/saucy-proposed

« back to all changes in this revision

Viewing changes to loopy.R

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-07-11 03:56:55 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711035655-qjakg0h7wv99tmu9
Tags: 9179-1
* New upstream version:
  - Remove unused-but-set variables - closes: #625425
  - Avoid infinite loop in Loopy at Easy level
  - Add Penrose tilings to Loopy
* Update German translation, thanks to Helge Kreutzmann
* Do not compile with -Werror

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- makefile -*-
2
2
 
3
 
LOOPY_EXTRA = tree234 dsf grid
 
3
LOOPY_EXTRA = tree234 dsf grid penrose
4
4
 
5
5
loopy     : [X] GTK COMMON loopy LOOPY_EXTRA loopy-icon|no-icon
6
6
 
9
9
loopysolver :   [U] loopy[STANDALONE_SOLVER] LOOPY_EXTRA STANDALONE m.lib
10
10
loopysolver :   [C] loopy[STANDALONE_SOLVER] LOOPY_EXTRA STANDALONE
11
11
 
 
12
#penrose :    [U] penrose[TEST_PENROSE] STANDALONE m.lib
 
13
#penrose :    [C] penrose[TEST_PENROSE] STANDALONE
 
14
 
 
15
#test-basis : [U] penrose[TEST_VECTORS] tree234 STANDALONE m.lib
 
16
#test-basis : [C] penrose[TEST_VECTORS] tree234 STANDALONE
 
17
 
 
18
 
12
19
ALL += loopy[COMBINED] LOOPY_EXTRA
13
20
ALL_ICONS += loopy-icon
14
21