I've a big project with C and C++ code ,we are using Scons to build it from command line .Is there any plugin for VS 2005 to run python script for comiple ,run and debug from IDE itself.
Asked
Active
Viewed 320 times
0
-
1Try to use method from here http://www.scons.org/wiki/IDEIntegration. – Torsten Sep 17 '12 at 20:34
-
Thanks,I've tried that but in my case scons uses both GCC and Visual studio compiler , compilation is not successfull – cryptickp Oct 25 '12 at 18:14