Merge pull request #5589 from marek-safar/tests
[mono.git] / mcs / tools / resx2sr / Makefile
1 thisdir = tools/resx2sr
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = resx2sr.exe
6 NO_INSTALL = yes
7
8 LIB_REFS = System System.Drawing System.Xml
9 LOCAL_MCS_FLAGS = -unsafe
10
11 include ../../build/executable.make