Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on May 13, 2005, 10:44:46 AM

Title: Debug, Release with build number sample
Post by: TimoVJL on May 13, 2005, 10:44:46 AM
Debug, Release with build number sample.
This use BUILDNO define for build number.
Define -DBUILDNO=0 before use.
Title: Debug, Release with build number sample
Post by: RJP Computing on May 18, 2005, 05:22:04 AM
Can I get a quick example of how to use this?

I am not quite sure how to get at the build number.

*EDIT*
I figured it out. You need to add the define BUILDNO=0 in the project settings->compiler tab of the project you want. Then you can use 'BUILDNO' in your code.

Thanks for the useful Add-in. I like it.