[PD-cvs] externals/miXed Makefile.common,1.24,1.25

Krzysztof Czaja krzyszcz at users.sourceforge.net
Fri Dec 10 21:46:59 CET 2004


Update of /cvsroot/pure-data/externals/miXed
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4606

Modified Files:
	Makefile.common 
Log Message:
restricted debug garbage to krzYszcz, few fixes in toxy

Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile.common	8 Dec 2004 15:40:10 -0000	1.24
--- Makefile.common	10 Dec 2004 20:46:56 -0000	1.25
***************
*** 90,95 ****
--- 90,100 ----
  INCLUDES = -I. -I$(PD_DIR) -I$(SHARED_DIR)
  
+ ifeq ($(shell whoami),krzYszcz)
  WARN_CFLAGS = -Wall -W -Wstrict-prototypes -Werror \
  	-Wno-unused -Wno-parentheses -Wno-switch
+ else
+ WARN_CFLAGS = -Wall -W -Wstrict-prototypes \
+ 	-Wno-unused -Wno-parentheses -Wno-switch
+ endif
  
  DBG_CFLAGS = 





More information about the Pd-cvs mailing list