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

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/unequal.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
UNEQUAL_EXTRA = latin tree234 maxflow
 
4
 
 
5
unequal  : [X] GTK COMMON unequal UNEQUAL_EXTRA unequal-icon|no-icon
 
6
 
 
7
unequal  : [G] WINDOWS COMMON unequal UNEQUAL_EXTRA unequal.res|noicon.res
 
8
 
 
9
unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
 
10
unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
 
11
 
 
12
latincheck : [U] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
 
13
latincheck : [C] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
 
14
 
 
15
ALL += unequal[COMBINED] UNEQUAL_EXTRA
 
16
 
 
17
!begin gtk
 
18
GAMES += unequal
 
19
!end
 
20
 
 
21
!begin >list.c
 
22
    A(unequal) \
 
23
!end
 
24
 
 
25
!begin >wingames.lst
 
26
unequal.exe:Unequal
 
27
!end