[PD-cvs] externals/pmpd/src makefile,1.1.1.1,1.2

cyrille nusmuk at users.sourceforge.net
Sat Apr 10 20:07:42 CEST 2004


Update of /cvsroot/pure-data/externals/pmpd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20758/src

Modified Files:
	makefile 
Log Message:
change pd_nt makefile to adapt to the cvs structure



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/pmpd/src/makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** makefile	9 Apr 2004 16:55:40 -0000	1.1.1.1
--- makefile	10 Apr 2004 18:07:40 -0000	1.2
***************
*** 13,17 ****
  VC="C:\Program Files\Microsoft Visual Studio\Vc98"
  
! PDNTINCLUDE = /I. /I\tcl\include /I\pds\win32\pd36\src /I$(VC)\include
  
  PDNTLDIR = $(VC)\lib
--- 13,17 ----
  VC="C:\Program Files\Microsoft Visual Studio\Vc98"
  
! PDNTINCLUDE = /I. /I\tcl\include /I..\..\..\pd\src /I$(VC)\include
  
  PDNTLDIR = $(VC)\lib
***************
*** 19,23 ****
  	$(PDNTLDIR)\oldnames.lib \
  	$(PDNTLDIR)\kernel32.lib \
! 	\pds\win32\pd37\bin\pd.lib 
  
  .c.dll:
--- 19,23 ----
  	$(PDNTLDIR)\oldnames.lib \
  	$(PDNTLDIR)\kernel32.lib \
! 	..\..\..\pd\bin\pd.lib 
  
  .c.dll:
***************
*** 27,31 ****
  # ----------------------- IRIX 5.x -----------------------
  
! pd_irix5: foo1.pd_irix5 foo2.pd_irix5 dspobj~.pd_irix5
  
  .SUFFIXES: .pd_irix5
--- 27,31 ----
  # ----------------------- IRIX 5.x -----------------------
  
! pd_irix5: pmpd.pd_irix5
  
  .SUFFIXES: .pd_irix5
***************
*** 43,47 ****
  # ----------------------- IRIX 6.x -----------------------
  
! pd_irix6: foo1.pd_irix6 foo2.pd_irix6 dspobj~.pd_irix6
  
  .SUFFIXES: .pd_irix6
--- 43,47 ----
  # ----------------------- IRIX 6.x -----------------------
  
! pd_irix6: pmpd.pd_irix6
  
  .SUFFIXES: .pd_irix6





More information about the Pd-cvs mailing list