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 build: fix use of XFLAGS
[sgt-puzzles/ydirson.git]
/
samegame.R
blob
a58a132e0cb7125fa5bce634f234267aab43d951
1
# -*- makefile -*-
2
3
samegame : [X] GTK COMMON samegame samegame-icon|no-icon
4
samegame : [Q] QT COMMON samegame samegame-icon|no-icon
5
6
samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
7
8
ALL += samegame[COMBINED]
9
10
!begin gtk
11
GAMES += samegame
12
!end
13
14
!begin >list.c
15
A(samegame) \
16
!end
17
18
!begin >wingames.lst
19
samegame.exe:Same Game
20
!end