X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FMakefile.am;h=991c0ee9a052f8e67f4ced24416866597365aa39;hb=refs%2Fchanges%2F53%2F107353%2F4;hp=6b6966ad48836fc19ad155f9259dab26a357ac90;hpb=572b3ce4fcbd558fbe6a642ad3441b0a3c41e01f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/Makefile.am b/plugins/dali-swig/Makefile.am old mode 100644 new mode 100755 index 6b6966a..991c0ee --- a/plugins/dali-swig/Makefile.am +++ b/plugins/dali-swig/Makefile.am @@ -46,6 +46,9 @@ check-local: examples/dali-test.exe \ examples/scroll-view.exe \ examples/custom-control.exe \ examples/spin-control.exe \ + examples/control-dashboard.exe \ + examples/user-alphafunction.exe \ + examples/image-view.exe \ examples/libNDalic.so examples/NDali.dll examples/%.exe: examples/%.cs @@ -64,6 +67,7 @@ endif # then call our property-wrapper to inject DALi property getters / setters $(BUILT_SOURCES): SWIG/*.i rm -f automatic/csharp/*.cs + mkdir -p automatic/csharp $(SWIG) -csharp -c++ -outdir automatic/csharp \ $(DALI_CFLAGS) $(DALICORE_CFLAGS) $(DALIADAPTOR_CFLAGS) $(DALITOOLKIT_CFLAGS) -namespace Dali -o automatic/cpp/dali_wrap.cpp SWIG/dali.i ./property-wrapper.rb