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

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

LIBRARY = Microsoft.JScript.dll
LIB_MCS_FLAGS = -r:System.dll -r:Microsoft.Vsa.dll -debug+

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169

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