|
From: TAMURA K. <tk...@us...> - 2006-06-30 03:19:25
|
Update of /cvsroot/peace/peace/mk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10568 Modified Files: peace.lib.mk peace.own.mk Log Message: * add -I$T/dist/w32api/include to CPPFLAGS * define ${AR} Index: peace.lib.mk =================================================================== RCS file: /cvsroot/peace/peace/mk/peace.lib.mk,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- peace.lib.mk 1 Dec 2003 14:42:28 -0000 1.4 +++ peace.lib.mk 30 Jun 2006 03:19:21 -0000 1.5 @@ -10,7 +10,7 @@ LIBSRCDIR?= $T/dll/${DLL} MKINCLUDES= CPPFLAGS+= -DDLLMAIN -DNETBSD_CYGWIN32 -CPPFLAGS+= -I$T/include -I$T/dll/common +CPPFLAGS+= -I$T/dist/w32api/include -I$T/dll/common MKLINKLIB= no .endif Index: peace.own.mk =================================================================== RCS file: /cvsroot/peace/peace/mk/peace.own.mk,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- peace.own.mk 1 Dec 2003 14:42:28 -0000 1.8 +++ peace.own.mk 30 Jun 2006 03:19:21 -0000 1.9 @@ -41,4 +41,5 @@ DLLTOOL = ${_BINPREFIX}dlltool --as ${AS} WINDRES = ${_BINPREFIX}windres NM = ${_BINPREFIX}nm +AR = ${_BINPREFIX}ar RANLIB = ${_BINPREFIX}ranlib |