Changeset 13
- Timestamp:
- Jun 8, 2010, 7:29:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/tools/freetypecheck/Makefile
r2 r13 51 51 #add runtime library search path 52 52 ifeq ($(PLATFORM), windows) 53 FREETYPE_LIB=$(FT_LIB)/freetype.lib54 53 FREETYPE_DLL=$(FT_LIB)/freetype.dll 55 54 DFLAG=/D … … 60 59 #add runtime lib search path to ensure test will be runnable 61 60 ifeq ($(PLATFORM), solaris) 62 FT_OPTIONS += -R $(FT_LIB) -lfreetype61 FT_OPTIONS += -R $(FT_LIB) 63 62 else #linux 64 FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB) -lfreetype63 FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB) 65 64 endif 66 65 endif
Note:
See TracChangeset
for help on using the changeset viewer.