I don't know if this is the best way, but I uncomment the line at the end of 
makefile like this:

## conditionally include your own custom.mk for your specific overrides or 
definitions
## this is useful if you don't want to use the auto-generated.mk values
## for some reason
-include custom.mk

Then, in the file custom.mk,

dist:
        7z a -tzip "$(ARTIFACT_NAME)00.zip" *.c *.h *.rcp *.xrd *.bmp *.def 
*.txt *.htm *.prc *.pdb makefile *.mk .cdtbuild .cdtproject .project

I don't know if the line will come out above, if the forum inserts line breaks, 
but the line after dist: is all supposed to be one line.  In this simple 
example, I am copying the source files to an archive.

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to