~ubuntu-branches/ubuntu/hardy/sgt-puzzles/hardy

« back to all changes in this revision

Viewing changes to slant.R

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2006-09-06 14:42:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060906144253-v6y2zo8tupcghrs6
Tags: 6844-2
Added compiler version dependency since gcc-4.0 is no longer in
build-essential and previous version FTBFS in many places

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- makefile -*-
 
2
 
 
3
SLANT    = slant dsf
 
4
 
 
5
slant    : [X] GTK COMMON SLANT
 
6
 
 
7
slant    : [G] WINDOWS COMMON SLANT
 
8
 
 
9
slantsolver :   [U] slant[STANDALONE_SOLVER] dsf STANDALONE
 
10
slantsolver :   [C] slant[STANDALONE_SOLVER] dsf STANDALONE
 
11
 
 
12
ALL += SLANT
 
13
 
 
14
!begin gtk
 
15
GAMES += slant
 
16
!end
 
17
 
 
18
!begin >list.c
 
19
    A(slant) \
 
20
!end