[PD-cvs] externals/grill/flext/buildsys/win bmake-bcc.inc,1.3,1.4 gnumake-cygwin.inc,1.3,1.4 gnumake-mingw.inc,1.3,1.4 nmake-msvc.inc,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Mon Jan 10 05:58:44 CET 2005


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

Modified Files:
	bmake-bcc.inc gnumake-cygwin.inc gnumake-mingw.inc 
	nmake-msvc.inc 
Log Message:
better templates, some minor changes
build system: added profiler mode, more fixes


Index: nmake-msvc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/nmake-msvc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nmake-msvc.inc	7 Jan 2005 04:58:47 -0000	1.3
--- nmake-msvc.inc	10 Jan 2005 04:58:42 -0000	1.4
***************
*** 31,39 ****
  ##############################################
  
- CFLAGS=$(CFLAGS) $(UFLAGS)
- 
  !ifdef DEBUG
  
- CFLAGS=$(CFLAGS) /D_DEBUG
  !ifdef DYNAMIC
  CFLAGS=$(CFLAGS) /MDd
--- 31,36 ----
***************
*** 46,50 ****
  !else
  
- CFLAGS=$(CFLAGS) $(OFLAGS) /DNDEBUG
  !ifdef DYNAMIC
  CFLAGS=$(CFLAGS) /MD
--- 43,46 ----

Index: gnumake-cygwin.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/gnumake-cygwin.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gnumake-cygwin.inc	7 Jan 2005 04:58:47 -0000	1.3
--- gnumake-cygwin.inc	10 Jan 2005 04:58:42 -0000	1.4
***************
*** 12,23 ****
  ##############################################
  
- CFLAGS += $(UFLAGS)
- 
  ifdef DEBUG
! CFLAGS += -g -D_DEBUG
  else
- CFLAGS += $(OFLAGS) -DNDEBUG
  LDFLAGS += -Wl,-S
  endif
  
  ##############################################
--- 12,25 ----
  ##############################################
  
  ifdef DEBUG
! CFLAGS += -g
! else
! ifdef PROFILE
! CFLAGS += -g -pg
! LDFLAGS += -pg
  else
  LDFLAGS += -Wl,-S
  endif
+ endif
  
  ##############################################

Index: gnumake-mingw.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/gnumake-mingw.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gnumake-mingw.inc	7 Jan 2005 04:58:47 -0000	1.3
--- gnumake-mingw.inc	10 Jan 2005 04:58:42 -0000	1.4
***************
*** 12,23 ****
  ##############################################
  
- CFLAGS += $(UFLAGS)
- 
  ifdef DEBUG
! CFLAGS += -g -D_DEBUG
  else
- CFLAGS += $(OFLAGS) -DNDEBUG
  LDFLAGS += -Wl,-S
  endif
  
  ##############################################
--- 12,25 ----
  ##############################################
  
  ifdef DEBUG
! CFLAGS += -g
! else
! ifdef PROFILE
! CFLAGS += -g -pg
! LDFLAGS += -pg
  else
  LDFLAGS += -Wl,-S
  endif
+ endif
  
  ##############################################

Index: bmake-bcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/bmake-bcc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bmake-bcc.inc	7 Jan 2005 04:58:47 -0000	1.3
--- bmake-bcc.inc	10 Jan 2005 04:58:42 -0000	1.4
***************
*** 29,39 ****
  ##############################################
  
- CFLAGS=$(CFLAGS) $(UFLAGS)
- 
  !ifdef DEBUG
! CFLAGS=$(CFLAGS) -v -D_DEBUG
  LDFLAGS=$(LDFLAGS) /v
- !else
- CFLAGS=$(CFLAGS) $(OFLAGS) -DNDEBUG
  !endif
  
--- 29,35 ----
  ##############################################
  
  !ifdef DEBUG
! CFLAGS=$(CFLAGS) -v
  LDFLAGS=$(LDFLAGS) /v
  !endif
  





More information about the Pd-cvs mailing list