X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tents.R;h=557f929840f13c2cf0eebb0384caa0e68e85aa3b;hb=3ce69e84cad15844282d691fa03e711c5353c05e;hp=ab6066f4c11493c61993258f96228a4c637677ee;hpb=be8076a6e66cb4a2ac911eb65712b669f6df509a;p=sgt-puzzles.git diff --git a/tents.R b/tents.R index ab6066f..557f929 100644 --- a/tents.R +++ b/tents.R @@ -1,20 +1,24 @@ # -*- makefile -*- -TENTS = tents maxflow +TENTS_EXTRA = maxflow dsf -tents : [X] GTK COMMON TENTS +tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon -tents : [G] WINDOWS COMMON TENTS tents.res? +tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res -ALL += TENTS +ALL += tents[COMBINED] TENTS_EXTRA -tentssolver : [U] tents[STANDALONE_SOLVER] maxflow STANDALONE -tentssolver : [C] tents[STANDALONE_SOLVER] maxflow STANDALONE +tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE +tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE -!begin gtk +!begin am gtk GAMES += tents !end !begin >list.c A(tents) \ !end + +!begin >gamedesc.txt +tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree. +!end