|
From: TAMURA K. <tk...@us...> - 2006-06-30 04:08:38
|
Update of /cvsroot/peace/peace/dll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30838 Modified Files: Makefile.inc Log Message: use dist/w32api/include Index: Makefile.inc =================================================================== RCS file: /cvsroot/peace/peace/dll/Makefile.inc,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Makefile.inc 28 Jun 2006 08:05:44 -0000 1.69 +++ Makefile.inc 30 Jun 2006 04:08:34 -0000 1.70 @@ -23,7 +23,7 @@ ICUINC= -I${LOCALBASE}/include X11INC= -I${LOCALBASE}/share/x11-links/include FREETYPEINC= -I${LOCALBASE}/include/freetype2 -CFLAGS+= -I$T/dll/common -Wall +CFLAGS+= -I$T/dll/common -I$T/dist/w32api/include -Wall CXXFLAGS= ${CFLAGS} LDFLAGS+= -mdll -nostartfiles -Wl,--image-base,${IBASE} #LDFLAGS+= -Wl,--verbose @@ -70,7 +70,6 @@ .if !defined(CHECK_DEPENDENTS) || (${CHECK_DEPENDENTS} != "NO") BUILD_DEPENDS= cross-i386-netbsdpe>=3.3 -BUILD_DEPENDS+= w32api>=2.5 BUILD_DEPENDS+= icu>=2.4nb1 BUILD_DEPENDS+= freetype2>=2.2.1 #BUILD_DEPENDS+= i386-netbsdpe-stl>=3.3 |