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

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/signpost.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
SIGNPOST_EXTRA = dsf
 
4
 
 
5
signpost : [X] GTK COMMON signpost SIGNPOST_EXTRA signpost-icon|no-icon
 
6
signpost : [G] WINDOWS COMMON signpost SIGNPOST_EXTRA signpost.res|noicon.res
 
7
 
 
8
signpostsolver : [U] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE m.lib
 
9
signpostsolver : [C] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE
 
10
 
 
11
ALL += signpost[COMBINED] SIGNPOST_EXTRA
 
12
 
 
13
!begin gtk
 
14
GAMES += signpost
 
15
!end
 
16
 
 
17
!begin >list.c
 
18
    A(signpost) \
 
19
!end
 
20
 
 
21
!begin >wingames.lst
 
22
signpost.exe:Signpost
 
23
!end