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

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

LIBRARY = System.Workflow.Runtime.dll

LIB_REFS =
LIB_MCS_FLAGS = -delaysign -keyfile:../winfx.pub

include ../../build/library.make