make/CompileDemos.gmk
branchJDK-8171279-XDH-TLS-branch
changeset 56856 74041d6dcf9d
parent 50146 0bb0e464ee76
child 50827 83ce7547185c
equal deleted inserted replaced
56855:ee6aa4c74a4b 56856:74041d6dcf9d
   251 
   251 
   252 $(eval $(call SetupBuildDemo, Font2DTest, \
   252 $(eval $(call SetupBuildDemo, Font2DTest, \
   253     DEMO_SUBDIR := jfc, \
   253     DEMO_SUBDIR := jfc, \
   254 ))
   254 ))
   255 
   255 
       
   256 $(eval $(call SetupBuildDemo, J2Ddemo, \
       
   257     DEMO_SUBDIR := jfc, \
       
   258     MAIN_CLASS := java2d.J2Ddemo, \
       
   259     JAR_NAME := J2Ddemo, \
       
   260 ))
       
   261 
   256 $(eval $(call SetupBuildDemo, Metalworks, \
   262 $(eval $(call SetupBuildDemo, Metalworks, \
   257     DEMO_SUBDIR := jfc, \
   263     DEMO_SUBDIR := jfc, \
   258 ))
   264 ))
   259 
   265 
   260 $(eval $(call SetupBuildDemo, Notepad, \
   266 $(eval $(call SetupBuildDemo, Notepad, \