mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
Most of a Windows front end. Something's not _quite_ right in the
GDI - there are blobs in the middle of powered lines in Net. But it's 99% there now. [originally from svn r4156]
This commit is contained in:
7
Recipe
7
Recipe
@ -9,13 +9,14 @@
|
||||
!name puzzles
|
||||
|
||||
!makefile gtk Makefile
|
||||
#!makefile vc Makefile.vc
|
||||
!makefile vc Makefile.vc
|
||||
|
||||
WINDOWS = windows user32.lib gdi32.lib
|
||||
COMMON = midend malloc
|
||||
NET = net random tree234
|
||||
|
||||
net : [X] gtk COMMON NET
|
||||
cube : [X] gtk COMMON cube
|
||||
|
||||
#net : [G] windows COMMON NET
|
||||
#cube : [G] windows COMMON cube
|
||||
net : [G] WINDOWS COMMON NET
|
||||
cube : [G] WINDOWS COMMON cube
|
||||
|
Reference in New Issue
Block a user