jdk/make/Makefile
changeset 15324 74584166bb07
parent 14198 071fd6fd257d
child 19870 19ebc43b932b
equal deleted inserted replaced
15323:9087838098e6 15324:74584166bb07
   235 
   235 
   236 SUBDIRS       = tools java javax sun com jdk
   236 SUBDIRS       = tools java javax sun com jdk
   237 ifeq ($(PLATFORM), macosx)
   237 ifeq ($(PLATFORM), macosx)
   238   SUBDIRS += apple
   238   SUBDIRS += apple
   239 endif
   239 endif
       
   240 ifeq ($(PLATFORM), windows)
       
   241   SUBDIRS += bridge
       
   242 endif
   240 SUBDIRS_tools = launchers
   243 SUBDIRS_tools = launchers
   241 SUBDIRS_misc  = org jpda
   244 SUBDIRS_misc  = org jpda
   242 
   245 
   243 # demos
   246 # demos
   244 ifndef NO_DEMOS
   247 ifndef NO_DEMOS