X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tents.R;h=557f929840f13c2cf0eebb0384caa0e68e85aa3b;hb=db313b3948d27244dd7c34c2609c66d6204d8931;hp=cee89ce507870d1f8dafd32dab2e952cb4a5c827;hpb=dd1cee7537c05830475a15dd26ef8bc777738bba;p=sgt-puzzles.git diff --git a/tents.R b/tents.R index cee89ce..557f929 100644 --- a/tents.R +++ b/tents.R @@ -1,17 +1,17 @@ # -*- makefile -*- -TENTS = tents maxflow +TENTS_EXTRA = maxflow dsf -tents : [X] GTK COMMON TENTS tents-icon|no-icon +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 @@ -19,6 +19,6 @@ GAMES += tents A(tents) \ !end -!begin >wingames.lst -tents.exe +!begin >gamedesc.txt +tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree. !end