mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Bring .R files for nullgame and unfinished puzzles up to date with the rest of
the world (by adding icon support). [originally from svn r7038]
This commit is contained in:
@ -9,4 +9,4 @@
|
|||||||
# ever fails to compile, so it's important that it should actually
|
# ever fails to compile, so it's important that it should actually
|
||||||
# be built on a regular basis.
|
# be built on a regular basis.
|
||||||
nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon
|
nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon
|
||||||
nullgame : [G] WINDOWS COMMON nullgame
|
nullgame : [G] WINDOWS COMMON nullgame nullgame.res?
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
PEARL = pearl dsf
|
PEARL = pearl dsf
|
||||||
|
|
||||||
pearl : [X] GTK COMMON PEARL
|
pearl : [X] GTK COMMON PEARL pearl-icon|no-icon
|
||||||
|
|
||||||
pearl : [G] WINDOWS COMMON PEARL
|
pearl : [G] WINDOWS COMMON PEARL pearl.res?
|
||||||
|
|
||||||
ALL += PEARL
|
ALL += PEARL
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
|
|
||||||
sokoban : [X] GTK COMMON sokoban
|
sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon
|
||||||
|
|
||||||
sokoban : [G] WINDOWS COMMON sokoban
|
sokoban : [G] WINDOWS COMMON sokoban sokoban.res?
|
||||||
|
|
||||||
ALL += sokoban
|
ALL += sokoban
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user