From: Kevin A. <ka...@us...> - 2004-08-20 22:01:29
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7915 Modified Files: macbuild.py Log Message: added config files for systems that wouldn't already have pythoncard_config Index: macbuild.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/macbuild.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** macbuild.py 18 Aug 2004 16:24:56 -0000 1.6 --- macbuild.py 20 Aug 2004 22:01:20 -0000 1.7 *************** *** 39,42 **** --- 39,45 ---- myapp.resources.append(os.path.join(packageroot, "..", "..", "templates", "dialogs", "runOptionsDialog.rsrc.py")) + myapp.resources.append(os.path.join(packageroot, "..", "..", "pythoncard_config.txt")) + myapp.resources.append(os.path.join(packageroot, "..", "..", "stc-styles.cfg")) + # bundlebuilder does not yet have the capability to detect what shared libraries # are needed by your app - so in this case I am adding the wxPython libs manually |