[Scons-users] Confusion with MSVSProject builder

Francis Bolduc fbolduc at gmail.com
Thu Mar 14 22:06:25 EDT 2013


Do you actually want to use Microsoft Visual Studio to build your
program itself, or you want Microsoft Visual Studio to invoke SCons to
build your program?

If the former, you don't want SCons, you want CMake.

If the latter, then yes, the only way is to use the Program builder.

--
Francis Bolduc, B.Sc.


On Wed, Mar 13, 2013 at 9:16 PM, andrew aspden <a.aspden at gmail.com> wrote:

> Hi again, I'm trying to figure out how I am supposed to write a SConscript

> file that only builds Visual Studio sln + project files and does not build

> the header and source files that I'm adding to the project. As I understand

> so far env.Program is the only way to compile from Scons, correct? Any ideas

> or thoughts? Thanks in advance.

>

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users

>



More information about the Scons-users mailing list