Hash : 5bf0a394 Author : Date : 2001-03-24T17:10:09
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
SubDir FT2_TOP src cid ; SubDirHdrs [ FT2_SubDir src cid ] ; { local _sources ; if $(FT2_MULTI) { _sources = cidobjs.c cidload.c cidgload.c cidriver.c cidparse.c ; } else { _sources = type1cid.c ; } Library $(FT2_LIB) : $(_sources) ; }