Changeset 213 for trunk/openjdk/jdk/make
- Timestamp:
- Dec 18, 2010, 12:41:53 AM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/sun/font
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/font/FILES_c.gmk
r200 r213 115 115 ifeq ($(filter-out windows os2,$(PLATFORM)),) 116 116 FILES_c_platform = fontpath.c 117 ifneq ($(PLATFORM), os2) 117 ifeq ($(PLATFORM), os2) 118 FILES_c_platform += fontpath_os2.c 118 119 # no D3D on OS/2 120 else 119 121 FILES_cpp_platform = D3DTextRenderer.cpp 120 122 endif -
trunk/openjdk/jdk/make/sun/font/Makefile
r202 r213 171 171 vpath %.cpp $(SHARE_SRC)/native/$(PKGDIR) 172 172 173 ifeq ($(PLATFORM), os2) 174 vpath %.c $(PLATFORM_SRC_OS2)/native/$(PKGDIR) 175 endif 176 173 177 # 174 178 # Fontmanager is headless (independent of X/Motif)
Note:
See TracChangeset
for help on using the changeset viewer.