[PD-cvs] pd/extra makefile,1.5,1.6

Miller Puckette millerpuckette at users.sourceforge.net
Fri Dec 28 04:43:02 CET 2007


Update of /cvsroot/pure-data/pd/extra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23773/pd/extra

Modified Files:
	makefile 
Log Message:
... and again trying to check in 0.41-0 test 10



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** makefile	7 Dec 2006 16:19:04 -0000	1.5
--- makefile	28 Dec 2007 03:43:00 -0000	1.6
***************
*** 8,24 ****
  
  PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo
! VC="C:\Program Files\Microsoft Visual Studio\Vc98"
  
  PDNTINCLUDE = /I. /I..\..\src /I$(VC)\include
  
  PDNTLDIR = $(VC)\lib
! PDNTLIB = $(PDNTLDIR)\libc.lib \
! 	$(PDNTLDIR)\oldnames.lib \
! 	$(PDNTLDIR)\kernel32.lib \
! 	..\..\bin\pd.lib 
  
  .c.dll:
  	cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
! 	link /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
  
  # ----------------------- IRIX 5.x -----------------------
--- 8,26 ----
  
  PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo
! # VC="C:\Program Files\Microsoft Visual Studio\Vc98"
! VC = "C:\Program Files\Microsoft Visual Studio 9.0\VC"
! VSTK = "C:\Program Files\Microsoft SDKs\Windows\v6.0A"
  
  PDNTINCLUDE = /I. /I..\..\src /I$(VC)\include
  
  PDNTLDIR = $(VC)\lib
! PDNTLIB = /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames /NODEFAULTLIB:kernel32 \
! 	$(PDNTLDIR)\libcmt.lib $(PDNTLDIR)\oldnames.lib \
!         $(VSTK)\lib\kernel32.lib \
! 	 ..\..\bin\pd.lib 
  
  .c.dll:
  	cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
! 	link /nologo /dll /export:$(CSYM)_setup $*.obj $(PDNTLIB)
  
  # ----------------------- IRIX 5.x -----------------------





More information about the Pd-cvs mailing list