Ignore:
Timestamp:
Dec 2, 2010, 3:20:18 AM (15 years ago)
Author:
dmik
Message:

jdk/awt: java2d: Disabled Direct3D on OS/2 (see #30).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/awt/FILES_c_windows.gmk

    r2 r186  
    127127        dxInit.cpp \
    128128        RegistryKey.cpp \
     129       
     130ifndef OS2_TEMP # D3D
     131FILES_cpp += \
    129132        D3DBlitLoops.cpp \
    130133        D3DContext.cpp \
     
    135138        D3DTextRenderer_md.cpp \
    136139        D3DUtils.cpp \
     140
     141endif   
     142FILES_cpp += \
    137143        ddrawObject.cpp \
    138144        awt_AWTEvent.cpp \
Note: See TracChangeset for help on using the changeset viewer.