Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/win
Modified Files: bmake-bcc.inc gnumake-cygwin.inc gnumake-mingw.inc nmake-msvc.inc Log Message: updated for OSX better templates, some minor changes fix for showing attributes on select (and recreate the object on edit) cleanups
Index: nmake-msvc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/nmake-msvc.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** nmake-msvc.inc 5 Jan 2005 05:04:11 -0000 1.2 --- nmake-msvc.inc 7 Jan 2005 04:58:47 -0000 1.3 *************** *** 31,34 **** --- 31,36 ---- ##############################################
+ CFLAGS=$(CFLAGS) $(UFLAGS) + !ifdef DEBUG
Index: gnumake-cygwin.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/gnumake-cygwin.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gnumake-cygwin.inc 5 Jan 2005 05:04:11 -0000 1.2 --- gnumake-cygwin.inc 7 Jan 2005 04:58:47 -0000 1.3 *************** *** 7,14 **** ##############################################
! LDFLAGS += -shared
##############################################
ifdef DEBUG CFLAGS += -g -D_DEBUG --- 7,17 ---- ##############################################
! CFLAGS += -pthread ! LDFLAGS += -pthread -shared
##############################################
+ CFLAGS += $(UFLAGS) + ifdef DEBUG CFLAGS += -g -D_DEBUG
Index: gnumake-mingw.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/gnumake-mingw.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gnumake-mingw.inc 5 Jan 2005 05:04:11 -0000 1.2 --- gnumake-mingw.inc 7 Jan 2005 04:58:47 -0000 1.3 *************** *** 7,14 **** ##############################################
! LDFLAGS += -shared
##############################################
ifdef DEBUG CFLAGS += -g -D_DEBUG --- 7,17 ---- ##############################################
! CFLAGS += -pthread ! LDFLAGS += -pthread -shared
##############################################
+ CFLAGS += $(UFLAGS) + ifdef DEBUG CFLAGS += -g -D_DEBUG
Index: bmake-bcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/bmake-bcc.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bmake-bcc.inc 5 Jan 2005 05:04:11 -0000 1.2 --- bmake-bcc.inc 7 Jan 2005 04:58:47 -0000 1.3 *************** *** 29,32 **** --- 29,34 ---- ##############################################
+ CFLAGS=$(CFLAGS) $(UFLAGS) + !ifdef DEBUG CFLAGS=$(CFLAGS) -v -D_DEBUG