[build] Use full filename for csc references
[mono.git] / mcs / tools / mkbundle / Makefile
1 thisdir = tools/mkbundle
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = mkbundle.exe
6
7 OTHER_RES = template.c template_z.c template_main.c
8
9 RESOURCE_FILES = $(OTHER_RES)
10
11 LOCAL_MCS_FLAGS= $(OTHER_RES:%=-resource:%)
12
13 LOCAL_MCS_FLAGS += -d:STATIC,NO_SYMBOL_WRITER,NO_AUTHENTICODE -r:System.Xml.dll -r:System.dll
14
15 EXTRA_DISTFILES = $(RESOURCE_FILES)
16
17 include ../../build/executable.make
18
19 mkbundle.exe: $(RESOURCE_FILES)