X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FMakefile.am;h=1e437ce64fb7f154bf6932aee18fb2b26bb0d0a4;hb=f5da33acd1b9a04c5f37cb924d78778801f72929;hp=6b6966ad48836fc19ad155f9259dab26a357ac90;hpb=96f93586302a663ae43a654c7bcfcf301f08b9b3;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..1e437ce --- a/plugins/dali-swig/Makefile.am +++ b/plugins/dali-swig/Makefile.am @@ -46,6 +46,8 @@ 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/libNDalic.so examples/NDali.dll examples/%.exe: examples/%.cs @@ -64,6 +66,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