Ignore:
Timestamp:
Jul 21, 2010, 9:16:25 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Adopted a huge bunch of makefiles to OS/2 (will be tested as they get used).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/cmm/kcms/Makefile

    r2 r74  
    3333# Files
    3434#
    35 ifeq ($(PLATFORM), windows)
     35ifeq ($(filter-out windows os2, $(PLATFORM)),)
    3636include FILES_c_windows.gmk
    3737else # PLATFORM
     
    8585vpath %.c   $(CLOSED_SRC)/share/native/$(PKGDIR)
    8686
    87 ifeq ($(PLATFORM), windows)
     87ifeq ($(filter-out windows os2, $(PLATFORM)),)
    8888
    8989OTHER_LDLIBS = user32.lib version.lib
Note: See TracChangeset for help on using the changeset viewer.