13 lines
202 B
Makefile
13 lines
202 B
Makefile
|
thisdir = class/System.Windows
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIBRARY = System.Windows.dll
|
||
|
LIB_MCS_FLAGS = /r:System
|
||
|
|
||
|
PLATFORM_DEBUG_FLAGS =
|
||
|
|
||
|
NO_TEST = yes
|
||
|
|
||
|
include ../../build/library.make
|