B4J Question #IF LIBRARY?

tchart

Well-Known Member
Licensed User
Longtime User
Hi

Is there a conditional compilation statement for libraries? I have a shared code module that I want to exclude a function from a B4J project that Im compiling as a library.

For now Im using a conditional symbol in the project but was wondering if there is a global conditional statement like #if LIBRARY or something.

Thanks
 

MarkusR

Well-Known Member
Licensed User
Longtime User
Im using a conditional symbol in the project
how about a new buildconfiguration "library" , there u can set your own conditional symbols.
 
Upvote 0
Top