File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ src/generator2/Makefile
68
68
src/qt/Makefile
69
69
src/Makefile
70
70
tests2/Makefile
71
+ examples/Makefile
72
+ examples/Hello/Makefile
71
73
Makefile
72
74
] )
73
75
Original file line number Diff line number Diff line change 1
1
2
2
top_srcdir =../..
3
3
4
- default : libhello.so Hello.xml Hello.exe
4
+ all : libhello.so Hello.xml Hello.exe
5
5
6
6
libhello.so : Hello.cpp Hello.h
7
7
$(CXX ) -fPIC --shared -o $@ Hello.cpp
@@ -11,7 +11,7 @@ Hello.xml: Hello.h
11
11
12
12
output gen :
13
13
$(RM ) -r output
14
- mono $(top_srcdir ) /src/generator /bin/Debug/generator.exe -f=Hello.xml - ns=Hello -lib=hello
14
+ mono $(top_srcdir ) /src/generator2 /bin/Debug/generator.exe -ns=Hello -lib=hello Hello.xml
15
15
16
16
INTEROP_DLL = \
17
17
$(top_srcdir ) /src/Mono.VisualC.Interop/bin/Debug/Mono.VisualC.Interop.dll
Original file line number Diff line number Diff line change
1
+
2
+ if ENABLE_DEBUG
3
+ SUBDIRS = Hello
4
+ endif
5
+ if ENABLE_RELEASE
6
+ SUBDIRS = Hello
7
+ endif
You can’t perform that action at this time.
0 commit comments