> Is it possible to set the name of a pdb file made with pilrc
> at compile time ? Is there a pilrc param for that ?

$ pilrc --help
PilRC v3.0
  Copyright 1997-1999 Wes Cherry   ([EMAIL PROTECTED])
  Copyright 2000-2003 Aaron Ardiri ([EMAIL PROTECTED])


This program is free software; you may redistribute it under the
terms of the GNU General Public License. This program has absolutely
no warranty, you use it AS IS at your own risk.

usage: pilrc {<options>} infile [outfiledir]

Options:
        -L LANGUAGE  Use the TRANSLATION section for the given language
                     Up to 10 -L options may be given
        -I <path>    Search for bitmap and include files in <path>
                     More than one -I <path> options may be given
                     The current directory is always searched
        -noIFIH      Ignore includes files in header files
        -R <resfile> Generate JUMP/PilA .res file
        -ro          Generate resource database file instead of .bins
        -ts          put POSIX timestamp on .ro file generated
        -o <filedir> Equivalent to [outfiledir]
        -H <incfile> Autoassign IDs and write .h file with #defines
        -idStart <n> Start autoID assignment at number <n>, counting up
        -D <macro>   Define a pre-processor macro symbol
        -F5          Use Big5 Chinese font widths
        -Fkt         Use Korean font widths (hantip font)
        -Fkm         Use Korean font widths (hanme font)
        -Fg          Use GB Chinese font widths
        -Fj          Use Japense font widths
        -Fh          Use Hebrew font widths
        -Fc          Use Cyrillic font widths
        -rtl         Right to left support
        -q           Less noisy output
        -V           Generate M$ (VS-type) error/warning output
        -allowEditID Allow edit menu IDs (10000-10007)
        -noEllipsis  Disable special handling of "..." and ellipsis char
        -PalmRez     Generate res with PalmRez option
        -LE32        Generate 32 bit little endian (ARM, NT) resources
        -Loc <code>  Compile only res with the attribute LOCALE "code"
                     code samples: deDE, esES, enUS, frFR, itIT, jpJP
        -StripLoc    Don't compile 'non localisable resources'
        -type        Specify the type to use when generating a prc (-ro)
        -creator     Specify the creator to use when generating a prc (-ro)
        -name        Specify the database name when generating a prc (-ro)
        <outfiledir> Directory where .bin files should be generated,
                     or name of the file to generate containing all
                     the generated resources
        -M           Generate dependency list only; suppress all other output
        -MD          Generate dependency list

i'm assuming you want to generate the .prc from PilRC right? 
(that is, use the -ro option) look above for the parameters.

---
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/

Reply via email to