Changeset 50 for JX/trunk/include
- Timestamp:
- 05/03/07 20:21:29 (2 years ago)
- Location:
- JX/trunk/include/make
- Files:
-
- 2 modified
-
jx_config_common (modified) (1 diff)
-
sys/Linux-Intel-gcc3 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
JX/trunk/include/make/jx_config_common
r6 r50 82 82 83 83 SEARCHDIRS += -I${JX_ROOT}/include/jximage \ 84 ${J_X11_INCLUDE_DIR} 84 ${J_X11_INCLUDE_DIR} \ 85 ${J_INCLUDE_FREETYPE} 85 86 86 87 ifdef ACE_ROOT -
JX/trunk/include/make/sys/Linux-Intel-gcc3
r6 r50 22 22 J_XFT_LIB := -lXft 23 23 J_USE_XFT := -D_J_USE_XFT 24 J_INCLUDE_FREETYPE := ${shell echo `freetype-config --cflags`} 24 25 25 26 # Uncomment these for utf-8 string drawing