[PD-cvs] externals/grill/flext/buildsys nmake.mak,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Sat Jan 8 05:58:32 CET 2005


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

Modified Files:
	nmake.mak 
Log Message:
minor updates
adapted the queue stuff to work with the new set_callback functionality
reconsidered flext::buffer:Update
added object construction and destruction flags
updated autoconf system
small updates
better templates, some minor changes
update for linux
cleanups


Index: nmake.mak
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/nmake.mak,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** nmake.mak	5 Jan 2005 05:04:08 -0000	1.4
--- nmake.mak	8 Jan 2005 04:58:29 -0000	1.5
***************
*** 47,51 ****
  SYSDEFAULT=$(BUILDPATH)$(PLATFORM)\$(RTSYS)\config-$(COMPILER).def
  
! OPTIONS=-f $(BUILDPATH)nmake-sub.mak \
  	PLATFORM=$(PLATFORM) RTSYS=$(RTSYS) COMPILER=$(COMPILER) \
  	BUILDPATH=$(BUILDPATH) PKGINFO=$(PKGINFO) BUILDCLASS=$(BUILDCLASS)
--- 47,51 ----
  SYSDEFAULT=$(BUILDPATH)$(PLATFORM)\$(RTSYS)\config-$(COMPILER).def
  
! OPTIONS=/NOLOGO /f $(BUILDPATH)nmake-sub.mak \
  	PLATFORM=$(PLATFORM) RTSYS=$(RTSYS) COMPILER=$(COMPILER) \
  	BUILDPATH=$(BUILDPATH) PKGINFO=$(PKGINFO) BUILDCLASS=$(BUILDCLASS)





More information about the Pd-cvs mailing list