Author Topic: Compile single file without using external makefile?  (Read 2506 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Compile single file without using external makefile?
« on: December 17, 2008, 06:10:14 pm »
I'm having this problem at work. We use SCons (eew) to build the whole project, but sometimes I want just to test if a file compiles.

Is there an option to specify NOT to use the external makefile to compile a single file?

Thanks!