compiler options/directives
Hi all,
I suspect that the answer is no, but I'll ask anyway:
Is there any way to get the Propeller Tool to compile & load conditionally?
In my development code I fire up some cogs for debugging and simulation etc, but in the production version I don't want that code in there. It would be good to be able to include or exclude chunks of code conditionally, based on whether I defined a constant as 'development' or 'production' (for example).
Or do I have to just manually comment out the code that I don't want in the final product?
Cheers,
Mark
I suspect that the answer is no, but I'll ask anyway:
Is there any way to get the Propeller Tool to compile & load conditionally?
In my development code I fire up some cogs for debugging and simulation etc, but in the production version I don't want that code in there. It would be good to be able to include or exclude chunks of code conditionally, based on whether I defined a constant as 'development' or 'production' (for example).
Or do I have to just manually comment out the code that I don't want in the final product?
Cheers,
Mark
Comments
I just had a play with bst on my macbook.
I would have PAID for this.
Now I can just about scrap parallels.
Is there any way to turn on indention marker lines to guide me with indented code?
cheers,