Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21607/buildsys/lnx
Modified Files: gnumake-gcc-flext.inc gnumake-icc-flext.inc Log Message: changed initialization functions accordingly FIFO code with mutex lock c++ conformance fix fixes for Codewarrior updates for OSX extracted maps into flmap.h fix for BCC made flext::Forward threadsafe don't install build system yet digest one-element list messages as single atoms updated tutorials fixes for MSVC6 documentation slimmed object data structures simplified message analysis corrected flext version to 0.4.5 added X86-64 code for lockfree fifos preparation of release upgraded version number
Index: gnumake-icc-flext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-icc-flext.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** gnumake-icc-flext.inc 13 Apr 2005 00:24:18 -0000 1.4 --- gnumake-icc-flext.inc 6 Jul 2005 16:08:03 -0000 1.5 *************** *** 62,70 **** install $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(FLEXTINC) # transfer build system ! cp -rf buildsys $(FLEXTSYS) ! install build.sh $(FLEXTSYS) ! chmod -R a+rx $(FLEXTSYS) # make convenience script ! echo bash $(FLEXTSYS)/build.sh $$* > $(FLEXTBIN)/flext-build.sh ! chmod a+rx $(FLEXTBIN)/flext-build.sh --- 62,70 ---- install $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(FLEXTINC) # transfer build system ! # cp -rf buildsys $(FLEXTSYS) ! # install build.sh $(FLEXTSYS) ! # chmod -R a+rx $(FLEXTSYS) # make convenience script ! # echo bash $(FLEXTSYS)/build.sh $$* > $(FLEXTBIN)/flext-build.sh ! # chmod a+rx $(FLEXTBIN)/flext-build.sh
Index: gnumake-gcc-flext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc-flext.inc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gnumake-gcc-flext.inc 13 Apr 2005 00:24:18 -0000 1.8 --- gnumake-gcc-flext.inc 6 Jul 2005 16:08:03 -0000 1.9 *************** *** 62,70 **** install $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(FLEXTINC) # transfer build system ! cp -rf buildsys $(FLEXTSYS) ! install build.sh $(FLEXTSYS) ! chmod -R a+rx $(FLEXTSYS) # make convenience script ! echo bash $(FLEXTSYS)/build.sh $$* > $(FLEXTBIN)/flext-build.sh ! chmod a+rx $(FLEXTBIN)/flext-build.sh --- 62,70 ---- install $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(FLEXTINC) # transfer build system ! # cp -rf buildsys $(FLEXTSYS) ! # install build.sh $(FLEXTSYS) ! # chmod -R a+rx $(FLEXTSYS) # make convenience script ! # echo bash $(FLEXTSYS)/build.sh $$* > $(FLEXTBIN)/flext-build.sh ! # chmod a+rx $(FLEXTBIN)/flext-build.sh