Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « resgen « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af6002aa6c25d472b4d81ea39611fcd922ed81aa (plain)
1
2
3
4
5
6
7
8
9
thisdir = tools/resgen
SUBDIRS =
include ../../build/rules.make

PROGRAM = $(topdir)/class/lib/$(PROFILE)/resgen.exe

CLEAN_FILES = resgen.exe

include ../../build/executable.make