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
Qt frontend: add missing dependency on lib to all games.
[sgt-puzzles/ydirson.git]
/
sixteen.R
blob
f3d93d723fa44678338d4eac12784fa45a9171d3
1
# -*- makefile -*-
2
3
sixteen : [X] GTK COMMON sixteen sixteen-icon|no-icon
4
sixteen : [Q] QT COMMON sixteen sixteen-icon|no-icon
5
6
sixteen : [G] WINDOWS COMMON sixteen sixteen.res|noicon.res
7
8
ALL += sixteen[COMBINED]
9
10
!begin gtk
11
GAMES += sixteen
12
!end
13
14
!begin >list.c
15
A(sixteen) \
16
!end
17
18
!begin >wingames.lst
19
sixteen.exe:Sixteen
20
!end