Howdy,
Hoping to refresh my memory.
If script_a contains: #include "script_b"
then, I create script_c
then, "#include script_c" is added within script_b
I know I must recompile script_b and script_c.
Do I need to recompile script_a? (if script_a was not changed, any references between script_a and script_b within script_b were not changed, and nothing from script_a was added to script_c)?
Returning to scripting and I'm a little rusty.
Thanks in advance.
Recompiling scripts containing "includes"
Débuté par
Axe_Edge
, mai 11 2013 06:37
#1
Posté 11 mai 2013 - 06:37
#2
Posté 11 mai 2013 - 08:05
a) includes don't compile.
only scripts with void main() and int StartingConditional() need to be compiled.
c) recompile everything
c) recompile everything
#3
Posté 11 mai 2013 - 08:52
Thanks For Helping To Clear The Cobwebs (Not Sure Why This Android Is Capitalizing Every Word) Oh Well
#4
Posté 11 mai 2013 - 09:12
That's Ok. I Have To Do It Manually
welcome Axe
welcome Axe





Retour en haut






