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
New upstream release
[sgt-puzzles/ydirson.git]
/
mines.R
blob
3d48182f2d57c50de128e398925df808c961058f
1
# -*- makefile -*-
2
3
MINES = mines tree234
4
5
mines : [X] GTK COMMON MINES mines-icon|no-icon
6
7
mines : [G] WINDOWS COMMON MINES mines.res|noicon.res
8
9
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
10
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
11
12
ALL += MINES
13
14
!begin gtk
15
GAMES += mines
16
!end
17
18
!begin >list.c
19
A(mines) \
20
!end
21
22
!begin >wingames.lst
23
mines.exe:Mines
24
!end