Setting "DATABASE_HIDDEN = -h" didn't work so I set "DATABASE_HIDDEN = TRUE" and that works just fine.
"Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 10:13 AM 6/8/2004, you wrote: > >Anybody use Eclipse, the free IDE available at www.palmsource.com ? > > > >How can I make a PRC hidden using this IDE? Are they any other free tools I > >can use to make a PRC hidden once it has been crreated? > > It depends on if you're using standard makefile projects, or managed make > projects. In the standard makefile version, edit your Makefile and look > for a line that reads > > DATABASE_HIDDEN = > > and change it to > > DATABASE_HIDDEN = -h > > per the instructions on the comment before it. > > In a Managed Make project, you can check the "Hidden" checkbox in the Palm > OS Options pref panel for your project. > > > -- Ben Combee, DTS technical lead, PalmSource, Inc. > Read "Combee on Palm OS" at http://palmos.combee.net/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
