Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / class / Mono.Debugger.Soft / Makefile
1 thisdir = class/Mono.Debugger.Soft
2 include ../../build/rules.make
3
4 LIBRARY = Mono.Debugger.Soft.dll
5 LIBRARY_SNK = ../mono.snk
6
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Mono.Cecil.dll /r:System.Core.dll /unsafe -D:MONO_DATACONVERTER_STATIC_METHODS -keyfile:$(LIBRARY_SNK)
8
9 TEST_MCS_FLAGS = /r:Mono.Cecil.dll
10
11 test: dtest-app.exe
12 check: dtest-app.exe
13
14 dtest-app.exe: Test/dtest-app.cs
15         $(CSCOMPILE) -out:$@ -unsafe -debug Test/dtest-app.cs
16
17 CLEAN_FILES = dtest-app.exe dtest-app.exe.mdb
18
19 #NO_TEST = yes
20
21 ifneq (net_2_0, $(PROFILE))
22 NO_INSTALL = yes
23 endif
24
25 include ../../build/library.make