changeset 50830 | 5500595d8ebf |
parent 50828 | 1ab8e3b0cee2 |
child 50831 | 59c6972e39fa |
--- a/make/CompileDemos.gmk Fri Jun 22 10:29:14 2018 +0530 +++ b/make/CompileDemos.gmk Fri Jun 22 12:16:14 2018 -0700 @@ -264,6 +264,12 @@ DEMO_SUBDIR := jfc, \ )) +$(eval $(call SetupBuildDemo, Stylepad, \ + DEMO_SUBDIR := jfc, \ + EXTRA_SRC_DIR := $(DEMO_SHARE_SRC)/jfc/Notepad, \ + EXCLUDE_FILES := $(DEMO_SHARE_SRC)/jfc/Notepad/README.txt, \ +)) + $(eval $(call SetupBuildDemo, SampleTree, \ DEMO_SUBDIR := jfc, \ ))