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

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

LIBRARY = System.Workflow.ComponentModel.dll

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

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