621b39b531
* kill the makefile.win32 build system. it has been unmaintained for quite some time, replaced by the auto* build in cygwin. svn path=/trunk/gtk-sharp/; revision=103308
18 lines
231 B
Makefile
18 lines
231 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources =
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Misc.custom \
|
|
Object.custom \
|
|
Util.custom
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|