Ignore:
Timestamp:
Jun 9, 2010, 1:50:49 AM (15 years ago)
Author:
dmik
Message:

os2: Added prebuilt Freetype 2.3.11 library from http://svn.netlabs.org/lucide/browser/trunk/poppler/freetype2?rev=367.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/tools/freetypecheck/Makefile

    r13 r15  
    5454  DFLAG=/D
    5555else
     56ifeq ($(PLATFORM), os2)
     57  FT_OPTIONS += $(LDFLAGS)
     58  DFLAG = -D
     59else
    5660  FT_OPTIONS += -L$(FT_LIB)
    5761  DFLAG = -D
     
    6367      FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB)
    6468  endif
     69endif
    6570endif
    6671
Note: See TracChangeset for help on using the changeset viewer.