jdk/makefiles/GensrcProperties.gmk
changeset 20147 78e51d8fcb92
parent 16507 75bde2ca0061
child 20547 453837141fac
equal deleted inserted replaced
20146:019d103c3e40 20147:78e51d8fcb92
   250 	ListResourceBundle))
   250 	ListResourceBundle))
   251     $(eval $(call add_properties_to_compile,SUN_AWT_HK,\
   251     $(eval $(call add_properties_to_compile,SUN_AWT_HK,\
   252 	$(filter $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows/awtLocalization%.properties,\
   252 	$(filter $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows/awtLocalization%.properties,\
   253 	$(call CacheFind,$(JDK_TOPDIR)/src/windows/classes/sun/awt/windows)),\
   253 	$(call CacheFind,$(JDK_TOPDIR)/src/windows/classes/sun/awt/windows)),\
   254 	ListResourceBundle,%zh_TW,%zh_HK))
   254 	ListResourceBundle,%zh_TW,%zh_HK))
       
   255 endif
       
   256 # os x specific awt properties
       
   257 ifeq ($(OPENJDK_TARGET_OS),macosx)
       
   258 $(eval $(call add_properties_to_compile,SUN_AWT,\
       
   259 	$(filter $(JDK_TOPDIR)/src/macosx/classes/sun/awt/resources/%.properties,\
       
   260 	$(call CacheFind,$(JDK_TOPDIR)/src/macosx/classes/sun/awt/resources)),\
       
   261 	ListResourceBundle))
   255 endif
   262 endif
   256 
   263 
   257 #sun/launcher/resources
   264 #sun/launcher/resources
   258 $(eval $(call add_properties_to_compile,SUN_LAUNCHER,\
   265 $(eval $(call add_properties_to_compile,SUN_LAUNCHER,\
   259 	$(filter %.properties,\
   266 	$(filter %.properties,\