To turn off the compilation of a source file:
![]() |
Disabling compilation for a single class prevents the IDE from passing the name of the file to the compiler. However, if another class is dependent on that class, the compiler may include the disabled class in that compilation. |
See also | |
---|---|
Disabling Compilation for a Filesystem
Stopping a Compile |