X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FMakefile.am;h=e1520bf1768f9e36f2467663fd4b6a6169111f7a;hb=refs%2Fchanges%2F38%2F101938%2F19;hp=6b6966ad48836fc19ad155f9259dab26a357ac90;hpb=a68dbe03813fd3db34c81f4e6960572e8882930b;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..e1520bf --- a/plugins/dali-swig/Makefile.am +++ b/plugins/dali-swig/Makefile.am @@ -39,13 +39,18 @@ manual/cpp/callbackbase_wrap.o: $(BUILT_SOURCES) g++ -c -fpic $(CXXFLAGS) $(DALICORE_CFLAGS) $(DALIADAPTOR_CFLAGS) $(DALITOOLKIT_CFLAGS) manual/cpp/callbackbase_wrap.cpp -o manual/cpp/callbackbase_wrap.o NDali.dll: $(BUILT_SOURCES) - $(MCS) -nologo -target:library -out:NDali.dll automatic/csharp/*.cs manual/csharp/*.cs + $(MCS) -nologo -target:library -out:NDali.dll automatic/csharp/*.cs manual/csharp/*.cs views/*.cs check-local: examples/dali-test.exe \ examples/hello-world.exe \ examples/scroll-view.exe \ examples/custom-control.exe \ - examples/spin-control.exe \ + examples/date-picker.exe \ + examples/control-dashboard.exe \ + examples/date-picker-using-json.exe \ + examples/json-loader.exe \ + examples/user-alphafunction.exe \ + examples/image-view.exe \ examples/libNDalic.so examples/NDali.dll examples/%.exe: examples/%.cs @@ -64,6 +69,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