Update of /cvsroot/cbar/cbar/misc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24837/misc
Modified Files:
makefile.uni makefile.ver zipup.sh
Log Message:
Added features 2549684 and 2549814
Index: makefile.uni
===================================================================
RCS file: /cvsroot/cbar/cbar/misc/makefile.uni,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** makefile.uni 8 Nov 2004 21:20:45 -0000 1.6
--- makefile.uni 30 Jan 2009 18:42:03 -0000 1.7
***************
*** 85,94 ****
ifdef PGCC
! OFLAGS = -mcpu=pentium -O6 -ffast-math
else
ifdef PENTIUMONLY
OFLAGS = -march=pentium -O2 -funroll-loops -ffast-math
else
! OFLAGS = -mcpu=pentium -O2 -funroll-loops -ffast-math
endif
endif
--- 85,94 ----
ifdef PGCC
! OFLAGS = -march=pentium -O6 -ffast-math
else
ifdef PENTIUMONLY
OFLAGS = -march=pentium -O2 -funroll-loops -ffast-math
else
! OFLAGS = -march=pentium -O2 -funroll-loops -ffast-math
endif
endif
Index: makefile.ver
===================================================================
RCS file: /cvsroot/cbar/cbar/misc/makefile.ver,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile.ver 29 Oct 2005 18:57:56 -0000 1.8
--- makefile.ver 30 Jan 2009 18:42:03 -0000 1.9
***************
*** 7,10 ****
# Shared library versions for Unix
# todo: this is unused at the moment
! shared_version = 1.0.4
shared_major_minor = 1.0
--- 7,10 ----
# Shared library versions for Unix
# todo: this is unused at the moment
! shared_version = 1.0.5
shared_major_minor = 1.0
Index: zipup.sh
===================================================================
RCS file: /cvsroot/cbar/cbar/misc/zipup.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** zipup.sh 29 Oct 2005 18:57:56 -0000 1.9
--- zipup.sh 30 Jan 2009 18:42:03 -0000 1.10
***************
*** 12,17 ****
# note: these are patched by fixver.sh script.
! zipversion=104
! tgzversion=1.0.4
if [ "$1" != "-q" ]; then
--- 12,17 ----
# note: these are patched by fixver.sh script.
! zipversion=105
! tgzversion=1.0.5
if [ "$1" != "-q" ]; then
|