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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2011-03-01 04:16:54 UTC
  • mfrom: (1.2.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20110301041654-949qy9qrroziy7vq
* 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
TENTS_EXTRA = maxflow dsf
 
4
 
 
5
tents    : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon
 
6
 
 
7
tents    : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res
 
8
 
 
9
ALL += tents[COMBINED] TENTS_EXTRA
 
10
 
 
11
tentssolver :   [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
 
12
tentssolver :   [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
 
13
 
 
14
!begin gtk
 
15
GAMES += tents
 
16
!end
 
17
 
 
18
!begin >list.c
 
19
    A(tents) \
 
20
!end
 
21
 
 
22
!begin >wingames.lst
 
23
tents.exe:Tents
 
24
!end