[PD-cvs] externals/grill/flext/buildsys version.inc, NONE, 1.1 bmake-sub.mak, 1.5, 1.6 gnumake-sub.mak, 1.5, 1.6 nmake-sub.mak, 1.5, 1.6

Thomas Grill xovo at users.sourceforge.net
Wed Apr 13 02:24:20 CEST 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5213/buildsys

Modified Files:
	bmake-sub.mak gnumake-sub.mak nmake-sub.mak 
Added Files:
	version.inc 
Log Message:
more correct library versioning


Index: bmake-sub.mak
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/bmake-sub.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bmake-sub.mak	27 Jan 2005 04:57:25 -0000	1.5
--- bmake-sub.mak	13 Apr 2005 00:24:18 -0000	1.6
***************
*** 1,2 ****
--- 1,5 ----
+ # include flext version number
+ !include $(BUILDPATH)version.inc
+ 
  # general settings
  !include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt

--- NEW FILE: version.inc ---
FLEXTMAJOR=0
FLEXTMINOR=5
FLEXTMICRO=0

Index: nmake-sub.mak
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/nmake-sub.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** nmake-sub.mak	27 Jan 2005 04:57:25 -0000	1.5
--- nmake-sub.mak	13 Apr 2005 00:24:18 -0000	1.6
***************
*** 1,2 ****
--- 1,5 ----
+ # include flext version number
+ !include $(BUILDPATH)version.inc
+ 
  # general settings
  !include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt

Index: gnumake-sub.mak
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/gnumake-sub.mak,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gnumake-sub.mak	27 Jan 2005 04:57:25 -0000	1.5
--- gnumake-sub.mak	13 Apr 2005 00:24:18 -0000	1.6
***************
*** 1,2 ****
--- 1,5 ----
+ # include flext version number
+ include $(BUILDPATH)version.inc
+ 
  # system settings
  include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt





More information about the Pd-cvs mailing list