File: magnets.R

package info (click to toggle)
sgt-puzzles 20170606.272beef-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 11,584 kB
  • ctags: 8,513
  • sloc: ansic: 108,424; perl: 1,936; objc: 1,304; sh: 1,256; makefile: 166
file content (24 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- makefile -*-

MAGNETS_EXTRA = laydomino

magnets      : [X] GTK COMMON magnets MAGNETS_EXTRA magnets-icon|no-icon

magnets      : [G] WINDOWS COMMON magnets MAGNETS_EXTRA magnets.res|noicon.res

magnetssolver :     [U] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE m.lib
magnetssolver :     [C] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE

ALL += magnets[COMBINED] MAGNETS_EXTRA

!begin am gtk
GAMES += magnets
!end

!begin >list.c
    A(magnets) \
!end

!begin >gamedesc.txt
magnets:magnets.exe:Magnets:Magnet-placing puzzle:Place magnets to satisfy the clues and avoid like poles touching.
!end