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

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

LIBRARY = System.Deployment.dll

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

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