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

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/loopy.R

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-03-01 04:16:54 UTC
  • mfrom: (1.1.12 upstream) (3.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110301041654-txft0d7zksyw4a8a
Tags: 9109-1
* New upstream version:
  - Add Range and Signpost puzzles
  - Use stock icons and conventional order for dialog buttons
  - Use Cairo for screen rendering
* Update German translation, thanks to Helge Kreutzmann
* Remove or update patches applied or partially applied upstream
* Use Debian source format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

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