9 lines
158 B
Makefile
9 lines
158 B
Makefile
|
thisdir = tools/genxs
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LOCAL_MCS_FLAGS = -r:System.Xml.dll
|
||
|
PROGRAM = genxs.exe
|
||
|
|
||
|
include ../../build/executable.make
|