make/CompileDemos.gmk
branchihse-cflags-rewrite-branch
changeset 56726 3a9b7a1f9197
parent 50146 0bb0e464ee76
child 50827 83ce7547185c
equal deleted inserted replaced
56313:d287dfac1304 56726:3a9b7a1f9197
   240 
   240 
   241 $(eval $(call SetupBuildDemo, FileChooserDemo, \
   241 $(eval $(call SetupBuildDemo, FileChooserDemo, \
   242     DEMO_SUBDIR := jfc, \
   242     DEMO_SUBDIR := jfc, \
   243 ))
   243 ))
   244 
   244 
       
   245 $(eval $(call SetupBuildDemo, SwingSet2, \
       
   246     DEMO_SUBDIR := jfc, \
       
   247     EXTRA_COPY_TO_JAR := .java, \
       
   248     EXTRA_MANIFEST_ATTR := SplashScreen-Image: resources/images/splash.png, \
       
   249     DISABLE_SJAVAC := true, \
       
   250 ))
       
   251 
   245 $(eval $(call SetupBuildDemo, Font2DTest, \
   252 $(eval $(call SetupBuildDemo, Font2DTest, \
   246     DEMO_SUBDIR := jfc, \
   253     DEMO_SUBDIR := jfc, \
       
   254 ))
       
   255 
       
   256 $(eval $(call SetupBuildDemo, J2Ddemo, \
       
   257     DEMO_SUBDIR := jfc, \
       
   258     MAIN_CLASS := java2d.J2Ddemo, \
       
   259     JAR_NAME := J2Ddemo, \
   247 ))
   260 ))
   248 
   261 
   249 $(eval $(call SetupBuildDemo, Metalworks, \
   262 $(eval $(call SetupBuildDemo, Metalworks, \
   250     DEMO_SUBDIR := jfc, \
   263     DEMO_SUBDIR := jfc, \
   251 ))
   264 ))