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

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

LIBRARY = WindowsBase.dll

LIB_MCS_FLAGS = 
TEST_MCS_FLAGS = -r:WindowsBase.dll

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