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/jdbc/Makefile

    r2 r74  
    5353# Use fake libraries on Solaris and Linux just so the library we create has
    5454#   a dependency on these two library names. (which are not part of the jdk)
    55 ifneq ($(PLATFORM), windows)
     55ifneq ($(filter-out windows os2, $(PLATFORM)),)
    5656  # In jdk5 and jdk6, and on Solaris 32bit, we would have required that
    5757  #    these two libraries exist at: $(ALT_ODBCDIR)/ISLIodbc/2.11/lib
     
    8383# The UNIX define specifies conditional compilation for UNIX
    8484#
    85 ifeq ($(PLATFORM), windows)
     85ifeq ($(filter-out windows os2, $(PLATFORM)),)
    8686  LDLIBS += odbc32.lib odbccp32.lib
    8787else
Note: See TracChangeset for help on using the changeset viewer.