11 lines
230 B
Makefile
11 lines
230 B
Makefile
thisdir = class/System.Web.RegularExpressions
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Web.RegularExpressions.dll
|
|
|
|
LIB_REFS =
|
|
LIB_MCS_FLAGS = -delaysign -keyfile:../msfinal.pub
|
|
|
|
include ../../build/library.make
|