Changeset 74 for trunk/openjdk/jdk/make/sun/jdbc
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/jdbc/Makefile
r2 r74 53 53 # Use fake libraries on Solaris and Linux just so the library we create has 54 54 # a dependency on these two library names. (which are not part of the jdk) 55 ifneq ($( PLATFORM), windows)55 ifneq ($(filter-out windows os2, $(PLATFORM)),) 56 56 # In jdk5 and jdk6, and on Solaris 32bit, we would have required that 57 57 # these two libraries exist at: $(ALT_ODBCDIR)/ISLIodbc/2.11/lib … … 83 83 # The UNIX define specifies conditional compilation for UNIX 84 84 # 85 ifeq ($( PLATFORM), windows)85 ifeq ($(filter-out windows os2, $(PLATFORM)),) 86 86 LDLIBS += odbc32.lib odbccp32.lib 87 87 else
Note:
See TracChangeset
for help on using the changeset viewer.