Changeset 74 for trunk/openjdk/jdk/make/javax
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/javax/swing/plaf/Makefile
r2 r74 39 39 AUTO_FILES_JAVA_DIRS = javax/swing/plaf sun/swing com/sun/java/swing/plaf 40 40 41 ifeq ($( PLATFORM), windows)42 # Don't build GTK L&F on Windows 41 ifeq ($(filter-out windows os2, $(PLATFORM)),) 42 # Don't build GTK L&F on Windows or OS/2 43 43 AUTO_JAVA_PRUNE = gtk 44 44 endif … … 49 49 50 50 MISC_FILES = $(MISC_SWING_FILES) 51 ifneq ($( PLATFORM), windows)51 ifneq ($(filter-out windows os2, $(PLATFORM)),) 52 52 # Only include GTK icons on Solaris/Linux 53 53 MISC_FILES += $(MISC_SWING_FILES_UNIX) … … 70 70 com/sun/java/swing/plaf/motif/resources/motif.properties \ 71 71 com/sun/java/swing/plaf/windows/resources/windows.properties 72 ifneq ($( PLATFORM), windows)72 ifneq ($(filter-out windows os2, $(PLATFORM)),) 73 73 # Only compile GTK resource bundles on Solaris/Linux 74 74 RESOURCE_BUNDLES_COMPILED_PROPERTIES += \
Note:
See TracChangeset
for help on using the changeset viewer.