[PD-cvs] packages/win32_inno Makefile, 1.9, 1.10 README.txt, 1.5, 1.6 TODO, 1.12, 1.13

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jan 17 07:32:53 CET 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17565/win32_inno

Modified Files:
	Makefile README.txt TODO 
Log Message:
got and RC7 build, everything seems OK, but launching .htm files from the help browser doesn't work.  arg.  Documented the basic process of making the installer on the website

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile	20 Dec 2005 00:13:17 -0000	1.9
--- Makefile	17 Jan 2006 06:32:51 -0000	1.10
***************
*** 57,61 ****
  # http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072
  build_pd:
! 	make -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS)
  
  pd_install: build_pd
--- 57,61 ----
  # http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072
  build_pd:
! 	make -C $(pd_src)/src -f makefile.mingw
  
  pd_install: build_pd

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO	16 Jan 2006 04:34:09 -0000	1.12
--- TODO	17 Jan 2006 06:32:51 -0000	1.13
***************
*** 1,5 ****
  
- - make sure vasp is included in noncvs
- 
  - check out using env vars in Path settings in registry, or make relative paths
  
--- 1,3 ----

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README.txt	22 Nov 2005 21:38:20 -0000	1.5
--- README.txt	17 Jan 2006 06:32:51 -0000	1.6
***************
*** 1,5 ****
  
  
! Check this webpage for more build instructions:
  http://puredata.org/docs/developer/mingw
  
--- 1,5 ----
  
  
! Check this webpage for full build instructions:
  http://puredata.org/docs/developer/mingw
  
***************
*** 35,42 ****
  ------------------------------------------------------------------------------
  
! Since MinGW is the default build system, the file called "Makefile" is the
! MinGW Makefile.  TO compile:
  
- cd packages/win32_inno && make
  
  ------------------------------------------------------------------------------
--- 35,40 ----
  ------------------------------------------------------------------------------
  
! See: http://puredata.org/docs/developer/windows
  
  
  ------------------------------------------------------------------------------





More information about the Pd-cvs mailing list