Files
puzzles/Recipe
Simon Tatham c866e24f9a 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]
2004-04-27 20:51:08 +00:00

23 lines
607 B
Makefile

# -*- makefile -*-
#
# This file describes which puzzle binaries are made up from which
# object and resource files. It is processed into the various
# Makefiles by means of a Perl script. Makefile changes should
# really be made by editing this file and/or the Perl script, not
# by editing the actual Makefiles.
!name puzzles
!makefile gtk Makefile
!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