[PD-cvs] externals/grill/xsample build-win-max-msvc.bat,NONE,1.1 build-win-pd-msvc.bat,NONE,1.1 config-win-max-msvc.txt,NONE,1.1 config-win-pd-msvc.txt,NONE,1.1 makefile-win-msvc.txt,NONE,1.1 xsample.vcproj,1.9,1.10 build-max-msvc.bat,1.1,NONE build-pd-msvc.bat,1.1,NONE config-max-msvc.txt,1.1,NONE config-pd-msvc.txt,1.2,NONE makefile.max-msvc,1.1,NONE makefile.pd-msvc,1.2,NONE

Thomas Grill xovo at users.sourceforge.net
Fri Dec 17 06:03:16 CET 2004


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

Modified Files:
	xsample.vcproj 
Added Files:
	build-win-max-msvc.bat build-win-pd-msvc.bat 
	config-win-max-msvc.txt config-win-pd-msvc.txt 
	makefile-win-msvc.txt 
Removed Files:
	build-max-msvc.bat build-pd-msvc.bat config-max-msvc.txt 
	config-pd-msvc.txt makefile.max-msvc makefile.pd-msvc 
Log Message:
using flext build system
preparing the 0.3.0 release


--- NEW FILE: config-win-pd-msvc.txt ---
# xsample - extended sample objects for Max/MSP and pd (pure data)
# Copyright (c) 2001-2004 Thomas Grill (gr at grrrr.org)
#
# Your settings are defined in the file
# ..\flext\build\config-win-pd-msvc.txt
#
# You can override them here.

--- NEW FILE: build-win-pd-msvc.bat ---
@echo --- Building with MS Visual C++ ---

nmake -f ..\flext\build\make-win-pd-msvc.txt clean 
nmake -f ..\flext\build\make-win-pd-msvc.txt

--- NEW FILE: build-win-max-msvc.bat ---
@echo --- Building with MS Visual C++ ---

nmake -f ..\flext\build\make-win-max-msvc.txt clean 
nmake -f ..\flext\build\make-win-max-msvc.txt

--- config-pd-msvc.txt DELETED ---

--- makefile.pd-msvc DELETED ---

--- NEW FILE: config-win-max-msvc.txt ---
# xsample - extended sample objects for Max/MSP and pd (pure data)
# Copyright (c) 2001-2004 Thomas Grill (gr at grrrr.org)
#
# Your settings are defined in the file
# ..\flext\build\config-win-max-msvc.txt
#
# You can override them here.

--- build-pd-msvc.bat DELETED ---

--- makefile.max-msvc DELETED ---

--- config-max-msvc.txt DELETED ---

Index: xsample.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/xsample.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** xsample.vcproj	2 Nov 2004 04:58:55 -0000	1.9
--- xsample.vcproj	17 Dec 2004 05:03:13 -0000	1.10
***************
*** 149,153 ****
  				InlineFunctionExpansion="1"
  				OptimizeForProcessor="2"
! 				AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads;..\flext\source"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
--- 149,153 ----
  				InlineFunctionExpansion="1"
  				OptimizeForProcessor="2"
! 				AdditionalIncludeDirectories=""c:\data\prog\pd\pd-cvs\src";c:\data\prog\packs\pthreads;..\flext\source"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
***************
*** 166,170 ****
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="f:\prog\pd\pd-cvs\bin;..\flext\pd-msvc"
  				ImportLibrary=".\pd-msvc\s/xsample.lib"
  				TargetMachine="1"/>
--- 166,170 ----
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories=""c:\data\prog\pd\pd-cvs\bin";"..\flext\pd-msvc""
  				ImportLibrary=".\pd-msvc\s/xsample.lib"
  				TargetMachine="1"/>

--- NEW FILE: makefile-win-msvc.txt ---
# xsample - extended sample objects for Max/MSP and pd (pure data)
# Copyright (c) 2001-2004 Thomas Grill (gr at grrrr.org)
#
# Makefile for MSVC++ 6 and .NET
#
# usage:
# to build run "build-win-max-msvc.bat" or "build-win-pd-msvc.bat"
#

--- build-max-msvc.bat DELETED ---





More information about the Pd-cvs mailing list