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

    r2 r74  
    6262CFLAGS += -DSPLASHSCREEN
    6363
    64 ifneq ($(PLATFORM), windows)
     64ifneq ($(filter-out windows os2, $(PLATFORM)),)
    6565  CFLAGS += -DWITH_X11
    6666  CPPFLAGS += -I$(OPENWIN_HOME)/include -I$(OPENWIN_HOME)/include/X11/extensions
Note: See TracChangeset for help on using the changeset viewer.