ThreadPool.cs: Implemented RegisterWaitForSingleObject methods.
[mono.git] / mcs / class / Mono.CSharp.Debugger / makefile.gnu
1 topdir = ../..
2
3 LIBRARY = $(topdir)/class/lib/Mono.CSharp.Debugger.dll
4
5 LIB_LIST = list.unix
6 LIB_FLAGS = -r corlib
7
8 SOURCES_INCLUDE=*.cs
9
10
11 export MONO_PATH_PREFIX = $(topdir)/class/lib:
12
13 include $(topdir)/class/library.make