Changeset 74 for trunk/openjdk/jdk/make/sun/dcpr
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/dcpr/Makefile
r2 r74 82 82 vpath %.c $(SHARE_SRC)/native/sun/java2d/pipe 83 83 84 ifneq ($( PLATFORM), windows)84 ifneq ($(filter-out windows os2, $(PLATFORM)),) 85 85 OTHER_LDLIBS = $(LIBM) 86 86 endif # PLATFORM
Note:
See TracChangeset
for help on using the changeset viewer.