> I have an app I'm working on that basically displays a whole bunch of static > data (it's a reference). I know how to put stuff into hex, data, etc. > resources and bind them into the .prc file. The issue I have is that the > "natural" way of organizing the data into resources results in a ton of > little resource files - too many for build-prc to take on the command line. > > Does anybody know if there's a way to give build-prc the list of input > modules in a file, rather than on the command line? I tried the obvious > "@file", but that doesn't work. Or is there a way to do things > incrementally? (bind groups of files, then do a second bind of the output > of the first set)
is your final .prc actually an application? or just a database? i know John will kill me for saying this :) but, pilrc supports outputting resources into a temporary .prc file (.ro in the docs). you can tweak it to build a prc *without* the use of build-prc (as long as your not linking code). pilrc is not designed for that purpose - but, you *can* do it :P --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
