[PD-cvs] externals/grill/flext/source flcwpd-x-thr.h,1.1,1.2 flcwpd-x.h,1.2,1.3

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sun Dec 28 04:37:28 CET 2003


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1:/tmp/cvs-serv7865/source

Modified Files:
	flcwpd-x-thr.h flcwpd-x.h 
Log Message:
 ""

Index: flcwpd-x-thr.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flcwpd-x-thr.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** flcwpd-x-thr.h	17 Apr 2003 02:33:16 -0000	1.1
--- flcwpd-x-thr.h	28 Dec 2003 03:37:26 -0000	1.2
***************
*** 1,31 ****
! /* 
! 
! flext - C++ layer for Max/MSP and pd (pure data) externals
! 
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
! For information on usage and redistribution, and for a DISCLAIMER OF ALL
! WARRANTIES, see the file, "license.txt," in this distribution.  
! 
! */
! 
! /* This is the prefix file for CodeWarrior projects - OS X version */
! 
! #ifndef _FLEXT_CW_PD_X_THR_H
! #define _FLEXT_CW_PD_X_THR_H
! 
! #define FLEXT_THREADS
! 
! #if 0
! /*
! 	old CodeWarrior version (<= 6) don't have sigset_t defined which
! 	is needed for pthreads
! */
! #if defined(__MWERKS__) && (__MWERKS__ <= 0x6000)
! 	typedef unsigned int sigset_t;
! 	#define _CW_NOPRECOMP // no precompiled headers
! #endif
! #endif
! 
! #include "flcwpd-x.h"
! 
! #endif
--- 1 ----
! /* 

flext - C++ layer for Max/MSP and pd (pure data) externals

Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.  

*/

/* This is the prefix file for CodeWarrior projects - OS X version */

#ifndef _FLEXT_CW_PD_X_THR_H
#define _FLEXT_CW_PD_X_THR_H

#define FLEXT_THREADS

#if 0
/*
	old CodeWarrior version (<= 6) don't have sigset_t defined which
	is needed for pthreads
*/
#if defined(__MWERKS__) && (__MWERKS__ <= 0x6000)
	typedef unsigned int sigset_t;
	#define _CW_NOPRECOMP // no precompiled headers
#endif
#endif

#include "flcwpd-x.h"

#endif
\ No newline at end of file

Index: flcwpd-x.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flcwpd-x.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** flcwpd-x.h	23 May 2003 18:34:12 -0000	1.2
--- flcwpd-x.h	28 Dec 2003 03:37:26 -0000	1.3
***************
*** 1,37 ****
! /* 
! 
! flext - C++ layer for Max/MSP and pd (pure data) externals
! 
! Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
! For information on usage and redistribution, and for a DISCLAIMER OF ALL
! WARRANTIES, see the file, "license.txt," in this distribution.  
! 
! */
! 
! /* This is the prefix file for CodeWarrior projects - OS X version */
! 
! #ifndef _FLEXT_CW_PD_X_H
! #define _FLEXT_CW_PD_X_H
! 
! #ifndef __MWERKS__
! 	#error "This header file is for CodeWarrior only."
! #endif
! 
! #define FLEXT_SYS 2
! #define FLEXT_USE_SIMD
!  
! #define TARGET_API_MAC_CARBON 1
! #define _POSIX_C_SOURCE
! 
! #ifndef _CW_NOPRECOMP
! //	#include <MacHeadersMach-O.h> 
! //	#include <MSL MacHeadersMach-O.h> 
! #endif
! 
! #if __option(sym) || !__option(opt_dead_code)
! 	#define FLEXT_DEBUG
! #endif
! 
! /* #define _LOG */
! 
! #endif
--- 1 ----
! /* 

flext - C++ layer for Max/MSP and pd (pure data) externals

Copyright (c) 2001-2003 Thomas Grill (xovo at gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.  

*/

/* This is the prefix file for CodeWarrior projects - OS X version */

#ifndef _FLEXT_CW_PD_X_H
#define _FLEXT_CW_PD_X_H

#ifndef __MWERKS__
	#error "This header file is for CodeWarrior only."
#endif

#define FLEXT_SYS 2
#define FLEXT_USE_SIMD
 
#define TARGET_API_MAC_CARBON 1
#define _POSIX_C_SOURCE

#ifndef _CW_NOPRECOMP
//	#include <MacHeadersMach-O.h> 
//	#include <MSL MacHeadersMach-O.h> 
#endif

#if __option(sym) || !__option(opt_dead_code)
	#define FLEXT_DEBUG
#endif

/* #define _LOG */

#endif
\ No newline at end of file






More information about the Pd-cvs mailing list