Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9884/win32_inno
Modified Files: Makefile TODO Log Message: added targets for testing the final destinations that are currently set
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 28 Nov 2005 06:46:18 -0000 1.4 --- Makefile 12 Dec 2005 01:58:39 -0000 1.5 *************** *** 63,64 **** --- 63,82 ----
+ + + + test_locations: + @echo "PD_VERSION: $(PD_VERSION)" + @echo "PACKAGE_VERSION: $(PACKAGE_VERSION)" + @echo "CWD $(CWD)" + @echo "DESTDIR $(DESTDIR)" + @echo "PREFIX $(prefix)" + @echo "BINDIR $(bindir)" + @echo "LIBDIR $(libdir)" + @echo "OBJECTSDIR $(objectsdir)" + @echo "PDDOCDIR $(pddocdir)" + @echo "LIBPDDIR $(libpddir)" + @echo "LIBPDBINDIR $(libpdbindir)" + @echo "HELPDIR $(helpdir)" + @echo "MANUALSDIR $(manualsdir)" + @echo "EXAMPLESDIR $(examplesdir)"
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TODO 2 Dec 2005 19:12:41 -0000 1.7 --- TODO 12 Dec 2005 01:58:39 -0000 1.8 *************** *** 1,3 **** --- 1,5 ----
+ - update pd-settings.reg with libs from org.puredata.pd.plist + - check out using env vars in Path settings in registry, or make relative paths