From: Andre P. <at...@us...> - 2005-04-01 03:59:10
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12622/HOC Modified Files: Makefile.in Log Message: Don't build dynamic version of Foundation/AppKit packages, since they don't work yet Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.in 1 Apr 2005 03:00:05 -0000 1.11 +++ Makefile.in 1 Apr 2005 03:58:59 -0000 1.12 @@ -11,7 +11,7 @@ Makefile.in \ $(NULL) -all: libHOC_dyn.dylib HOC.o ../inplace.conf +all: libHOC.a libHOC_dyn.dylib HOC.o ../inplace.conf ../inplace.conf: HOC-$(PLATFORM).conf-inplace [ -f "$@" ] || echo '[]' > $@ |