11 lines
277 B
Makefile
11 lines
277 B
Makefile
thisdir = tools/svcutil
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = System.Core System.Runtime.Serialization System.ServiceModel System.Web.Services System.Configuration System System.Xml
|
|
|
|
PROGRAM = svcutil.exe
|
|
|
|
include ../../build/executable.make
|