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

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/net.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
NET_EXTRA = tree234 dsf
 
4
 
 
5
# Debian already has a binary called `net' (in the samba-common package)
 
6
# so we append `game' to its name
 
7
netgame  : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
 
8
 
 
9
# The Windows Net shouldn't be called `net.exe' since Windows
 
10
# already has a reasonably important utility program by that name!
 
11
netgame  : [G] WINDOWS COMMON net NET_EXTRA net.res|noicon.res
 
12
 
 
13
ALL += net[COMBINED] NET_EXTRA
 
14
 
 
15
!begin gtk
 
16
GAMES += netgame
 
17
!end
 
18
 
 
19
!begin >list.c
 
20
    A(net) \
 
21
!end
 
22
 
 
23
!begin >wingames.lst
 
24
netgame.exe:Net
 
25
!end