repo.or.cz
/
sgt-puzzles
/
ydirson.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Kyle Brazell points out that the completion checker considers a
[sgt-puzzles/ydirson.git]
/
slant.R
blob
fb5653d237394994ff305f2c4920c87e2101b2af
1
# -*- makefile -*-
2
3
SLANT = slant dsf
4
5
slant : [X] GTK COMMON SLANT slant-icon|no-icon
6
7
slant : [G] WINDOWS COMMON SLANT slant.res|noicon.res
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
21
22
!begin >wingames.lst
23
slant.exe:Slant
24
!end