Changeset 15 for trunk/openjdk/jdk/make/tools
- Timestamp:
- Jun 9, 2010, 1:50:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/tools/freetypecheck/Makefile
r13 r15 54 54 DFLAG=/D 55 55 else 56 ifeq ($(PLATFORM), os2) 57 FT_OPTIONS += $(LDFLAGS) 58 DFLAG = -D 59 else 56 60 FT_OPTIONS += -L$(FT_LIB) 57 61 DFLAG = -D … … 63 67 FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB) 64 68 endif 69 endif 65 70 endif 66 71
Note:
See TracChangeset
for help on using the changeset viewer.