!ifdef problems, big problems
Hello I have a script that kinda looks like this:
Section Blabla
!define USE_BLABLA
...blabla...
EndSection
Section Blabla2
!ifdef USE_BLABLE
.. do this ..
!else
.. do something else ..
!endif
EndSection
---
The problem is, it always does ".. do this ..", even if I uncheck the Blabla Section. What's up with that?!