9 lines
177 B
Makefile
9 lines
177 B
Makefile
thisdir = tools/soapsuds
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS = -r:System.Runtime.Remoting.dll
|
|
PROGRAM = soapsuds.exe
|
|
|
|
include ../../build/executable.make
|